Completed
Push — master ( 9ad6b1...7b0007 )
by Kevin
05:22 queued 02:37
created
lib/TestCase/Initializer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -25,6 +25,9 @@
 block discarded – undo
25 25
     protected $testCaseConfigurationObject;
26 26
     protected $testCaseConfiguration;
27 27
 
28
+    /**
29
+     * @param string $testCaseConfigurationType
30
+     */
28 31
     public function __construct(
29 32
         $testCaseConfigurationType,
30 33
         TestCaseConfiguration $object = null
Please login to merge, or discard this patch.