We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37defa0 commit 5d517daCopy full SHA for 5d517da
src/Generator.php
@@ -119,10 +119,10 @@ public function getFileContentsForPendingOperation(string $targetPath): string
119
* // App\Controller\FooController
120
* $gen->createClassNameDetails('foo', 'Controller', 'Controller');
121
*
122
- * // App\Controller\Admin\FooController
+ * // App\Controller\Foo\AdminController
123
* $gen->createClassNameDetails('Foo\\Admin', 'Controller', 'Controller');
124
125
- * // App\Controller\Security\Voter\CoolController
+ * // App\Security\Voter\CoolVoter
126
* $gen->createClassNameDetails('Cool', 'Security\Voter', 'Voter');
127
128
* // Full class names can also be passed. Imagine the user has an autoload
0 commit comments