Bug #10185
Wrong rule in Coding Guidelines for file naming
| Status: | Resolved | Start date: | 2010-10-10 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | - Documentation - | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0 alpha 13 | |||
| PHP Version: | Complexity: | |||
| Has patch: | FLOW3 version affected: | |||
| Votes: | 0 |
Description
Either this is a special exception or simply wrong:
<listitem>
<para><filename>FLOW3/Package/Manager.php</filename></para>
<para>Contains the class
<classname>\F3\FLOW3\Package\PackageManager</classname>
which is part of the package
<package>\F3\FLOW3</package></para>
</listitem>
Shouldn't the filename be "PackageManager.php" or the class name "\F3\FLOW3\Package\Manager"?
Associated revisions
History
Updated by Sebastian Kurfuerst over 2 years ago
Hey Tim,
you are right, the filename is PackageManager.php, so it is wrong documentation.
Greets,
Sebastian
Updated by Karsten Dambekalns over 2 years ago
- Status changed from New to Accepted
- Assignee set to Karsten Dambekalns
- Target version set to 1.0 alpha 13
Updated by Karsten Dambekalns over 2 years ago
- Status changed from Accepted to Under Review
Updated by Karsten Dambekalns over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 228d4e9a256d6eacfe7c1b1f632faf6c29e2e5f9.