Completed
Pull Request — develop (#455)
by
unknown
11:04
created
Composer/ScriptHandler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -52,6 +52,9 @@
 block discarded – undo
52 52
         static::executeCommand($event, $consolePath, 'braincrafted:bootstrap:install', $options['process-timeout']);
53 53
     }
54 54
 
55
+    /**
56
+     * @param string $cmd
57
+     */
55 58
     protected static function executeCommand(CommandEvent $event, $consolePath, $cmd, $timeout = 300)
56 59
     {
57 60
         $php = escapeshellarg(self::getPhp(false));
Please login to merge, or discard this patch.
Util/LegacyFormHelper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@
 block discarded – undo
19 19
         'collection' => 'Symfony\Component\Form\Extension\Core\Type\CollectionType'
20 20
     );
21 21
 
22
+    /**
23
+     * @param string $class
24
+     */
22 25
     public static function getType($class)
23 26
     {
24 27
         if (self::isLegacy()) {
Please login to merge, or discard this patch.