From: Raphaƫl Gertz Date: Fri, 8 Mar 2024 15:58:22 +0000 (+0100) Subject: Cleanup X-Git-Tag: 0.4.0~1 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/380623890b4880b1ea107945f7a3b9b59409081e Cleanup --- diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index 95326bc..e34da5b 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -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 diff --git a/README.md b/README.md index e51fc22..81cd07a 100644 --- 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