Completed
Push — master ( 3a87d5...4e429b )
by Kirill
04:26
created
src/AppBundle/Action/Service.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -34,6 +34,9 @@
 block discarded – undo
34 34
         return $this->execute($action, $source, $changeSet, true);
35 35
     }
36 36
 
37
+    /**
38
+     * @param string $source
39
+     */
37 40
     public function executeReal(Action $action, $source, $arguments)
38 41
     {
39 42
         return $this->execute($action, $source, $arguments, false);
Please login to merge, or discard this patch.