Completed
Push — master ( 9ad6b1...7b0007 )
by Kevin
05:22 queued 02:37
created
lib/Util/Translator/Translator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -91,6 +91,9 @@
 block discarded – undo
91 91
     }
92 92
 
93 93
 
94
+    /**
95
+     * @param string $textDomain
96
+     */
94 97
     protected function translatePart($translate, $result, $textDomain, $locale)
95 98
     {
96 99
         $newResult = parent::translate($result, $textDomain, $locale);
Please login to merge, or discard this patch.
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.