Passed
Push — master ( 289469...3cf8a9 )
by Gerrit
03:42
created
php/Services/ArgumentCompilerInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
     public function understandsArgumentString(string $argumentConfiguration): bool;
23 23
 
24 24
     /**
25
-     * @param array|string $argument
26 25
      *
26
+     * @param string $argumentConfiguration
27 27
      * @return mixed
28 28
      */
29 29
     public function buildArgument($argumentConfiguration, array $additionalData = array());
Please login to merge, or discard this patch.