Completed
Push — master ( 06b292...adafac )
by Nicolai
02:22
created
src/Assertions/AssertThrows.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
      * Asserts that callback throws an exception with a message
36 36
      *
37 37
      * @param          $throws
38
-     * @param          $message
38
+     * @param          boolean $message
39 39
      * @param callable $fn
40 40
      *
41 41
      * @throws Exception
Please login to merge, or discard this patch.
src/Generator/BaseTestGenerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
     
141 141
     /**
142 142
      * @param string $path
143
-     * @param        $contents
143
+     * @param        string $contents
144 144
      *
145 145
      * @return bool
146 146
      */
Please login to merge, or discard this patch.
src/Generator/TestGenerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
     
149 149
     /**
150 150
      * @param string $path
151
-     * @param        $contents
151
+     * @param        string $contents
152 152
      *
153 153
      * @return bool
154 154
      */
Please login to merge, or discard this patch.
src/Providers/TestingServiceProvider.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -161,6 +161,7 @@
 block discarded – undo
161 161
     
162 162
     /**
163 163
      * @param string[] ...$parts
164
+     * @param string $parts
164 165
      *
165 166
      * @return string
166 167
      */
Please login to merge, or discard this patch.