Completed
Push — master ( d8175f...ea9f4e )
by Kirill
11:51
created
src/SignatureParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     /**
59 59
      * Extract all of the parameters from the tokens.
60 60
      *
61
-     * @param array $tokens
61
+     * @param string[] $tokens
62 62
      * @return array
63 63
      * @throws \Symfony\Component\Console\Exception\InvalidArgumentException
64 64
      */
Please login to merge, or discard this patch.
src/Language/Language.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
 
71 71
     /**
72 72
      * @param Readable $file
73
-     * @param array $extensions
73
+     * @param string[] $extensions
74 74
      * @return bool
75 75
      */
76 76
     protected function matchExtension(Readable $file, array $extensions): bool
Please login to merge, or discard this patch.
src/Application.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -59,6 +59,7 @@
 block discarded – undo
59 59
 
60 60
     /**
61 61
      * @param string ...$paths
62
+     * @param string[] $paths
62 63
      * @throws \Symfony\Component\Console\Exception\InvalidArgumentException
63 64
      */
64 65
     public function tryReadManifest(string ...$paths): void
Please login to merge, or discard this patch.