]> Raphaël G. Git Repositories - packbundle/commitdiff
Cleanup
authorRaphaël Gertz <git@rapsys.eu>
Thu, 7 Mar 2024 17:51:57 +0000 (18:51 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 7 Mar 2024 17:51:57 +0000 (18:51 +0100)
Command.php
Command/RangeCommand.php
DependencyInjection/Configuration.php
Extension/PackExtension.php
Form/CaptchaType.php
Package/PathPackage.php

index 0832e2e546f79bb104c91bc9a4b8c5755198a2af..51fbb300b33e4d3c06925246d71920fa74506ff2 100644 (file)
@@ -44,9 +44,9 @@ class Command extends BaseCommand {
        }
 
        /**
-        * Return the command name
-        *
         * {@inheritdoc}
+        *
+        * Return the command name
         */
        public function getName(): string {
                //With namespace
index f72049321816a8c637fb6b7de641b6f332aedac0..65b4fe4dafc09b63eb7acc45dbbe0d077585e363 100644 (file)
@@ -18,9 +18,9 @@ use Symfony\Component\Console\Output\OutputInterface;
 use Rapsys\PackBundle\Command;
 
 /**
- * Shuffle printable character range
- *
  * {@inheritdoc}
+ *
+ * Shuffle printable character range
  */
 class RangeCommand extends Command {
        /**
@@ -49,9 +49,9 @@ class RangeCommand extends Command {
        }
 
        /**
-        * Output a shuffled printable characters range
-        *
         * {@inheritdoc}
+        *
+        * Output a shuffled printable characters range
         */
        protected function execute(InputInterface $input, OutputInterface $output): int {
                //Printable character range
index 57647246342e36e3cf1d42076572e7ad33a65b2b..95326bc5bbdcd4547284e0055601c33d5e68270b 100644 (file)
@@ -19,11 +19,11 @@ use Symfony\Component\Process\ExecutableFinder;
 use Rapsys\PackBundle\RapsysPackBundle;
 
 /**
+ * {@inheritdoc}
+ *
  * This is the class that validates and merges configuration from your app/config files.
  *
  * @link http://symfony.com/doc/current/cookbook/bundles/configuration.html
- *
- * {@inheritdoc}
  */
 class Configuration implements ConfigurationInterface {
        /**
index 97e346778d832e5eca101d61f73337a6d3f58082..1234de51955f1a2fea06919e7807063ecb8802ec 100644 (file)
@@ -26,9 +26,9 @@ use Rapsys\PackBundle\Util\SluggerUtil;
  */
 class PackExtension extends AbstractExtension {
        /**
-        * @link https://twig.symfony.com/doc/2.x/advanced.html
-        *
         * {@inheritdoc}
+        *
+        * @link https://twig.symfony.com/doc/2.x/advanced.html
         */
        public function __construct(protected IntlUtil $intl, protected FileLocator $locator, protected PackageInterface $package, protected SluggerUtil $slugger, protected array $parameters) {
        }
index c0d5ae17ee58916cffe0711f21d49ea87a24c906..2ff22bac23f7e3f8506023a857e5e7eccd8ca171 100644 (file)
@@ -40,9 +40,9 @@ class CaptchaType extends AbstractType {
        }
 
        /**
-        * Build form
-        *
         * {@inheritdoc}
+        *
+        * Build form
         */
        public function buildForm(FormBuilderInterface $builder, array $options): void {
                //Set captcha
index c202b1931790893fba4a3e6f1b3ad807237cf17f..22ed5ade231a75988da41f46f73bcfa65ca1986d 100644 (file)
@@ -57,6 +57,8 @@ class PathPackage extends Package {
        }
 
        /**
+        * {@inheritdoc}
+        *
         * Returns an absolute or root-relative public path
         *
         * Transform @BundleBundle to bundle and remove /Resources/public fragment from path
@@ -65,8 +67,6 @@ class PathPackage extends Package {
         * @link https://symfony.com/doc/current/bundles.html#overridding-the-bundle-directory-structure
         * @see vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php +113
         * @see vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php +141
-        *
-        * {@inheritdoc}
         */
        public function getUrl(string $path): string {
                //Match url starting with a bundle name