Completed
Push — master ( dd9390...2293cc )
by Tim
15:57 queued 14:25
created
lib/TestCaseFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,8 @@
 block discarded – undo
20 20
     private $subject = null;
21 21
 
22 22
     /**
23
-     * @param TestSuiteFactory $testSuite|null
24
-     * @param TestData $testData|null
23
+     * @param TestSuiteFactory $testSuite
24
+     * @param TestData $testData
25 25
      */
26 26
     public function __construct($testSuite = null, $testData = null)
27 27
     {
Please login to merge, or discard this patch.