]> Raphaël G. Git Repositories - packbundle/commitdiff
Cleanup
authorRaphaël Gertz <git@rapsys.eu>
Fri, 8 Mar 2024 15:58:22 +0000 (16:58 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Fri, 8 Mar 2024 15:58:22 +0000 (16:58 +0100)
DependencyInjection/Configuration.php
README.md

index 95326bc5bbdcd4547284e0055601c33d5e68270b..e34da5bc3de204244bd7dcb7b88f15bb6a9914b1 100644 (file)
@@ -82,8 +82,8 @@ class Configuration implements ConfigurationInterface {
                 * @link http://symfony.com/doc/current/components/config/definition.html
                 * @link https://github.com/symfony/assetic-bundle/blob/master/DependencyInjection/Configuration.php#L63
                 *
-                * @see php bin/console config:dump-reference rapsyspack to dump default config
-                * @see php bin/console debug:config rapsyspack to dump config
+                * @see bin/console config:dump-reference rapsyspack to dump default config
+                * @see bin/console debug:config rapsyspack to dump config
                 */
                $treeBuilder
                        //Parameters
index e51fc22742ea9b5e609dc8314fbdc76bd727dead..81cd07aba8a02da2386ecccc6928cb19ca374bc5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -202,14 +202,14 @@ Open a command console, enter your project directory and execute the following
 command to see default bundle configuration:
 
 ```console
-$ php bin/console config:dump-reference RapsysPackBundle
+$ bin/console config:dump-reference RapsysPackBundle
 ```
 
 Open a command console, enter your project directory and execute the following
 command to see current bundle configuration:
 
 ```console
-$ php bin/console debug:config RapsysPackBundle
+$ bin/console debug:config RapsysPackBundle
 ```
 
 ### Step 4: Use the twig extension in your Template