Completed
Push — master ( 4ade3c...a706a2 )
by Johannes Skov
04:52 queued 02:29
created
src/Core/Parser.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
     /**
45 45
      * Require bootstrap if vpu can find it
46 46
      *
47
-     * @param array $tests
47
+     * @param string[] $tests
48 48
      *
49 49
      * @return void
50 50
      */
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
     /**
190 190
      * Convert camelCase to friendly name
191 191
      *
192
-     * @param sreing $camelCaseString
192
+     * @param string $camelCaseString
193 193
      *
194 194
      * @return string
195 195
      */
Please login to merge, or discard this patch.
src/Core/Test.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
      * @param \Doctrine\DBAL\Connection $connection
78 78
      * @param mixed[] $result
79 79
      *
80
-     * @return boolean
80
+     * @return boolean|null
81 81
      */
82 82
     public static function store(Connection $connection, $result)
83 83
     {
Please login to merge, or discard this patch.