Completed
Pull Request — master (#95)
by Kevin
02:45
created
lib/Util/Log/Logger.php 2 patches
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -45,11 +45,17 @@
 block discarded – undo
45 45
     }
46 46
 
47 47
 
48
+    /**
49
+     * @param string $name
50
+     */
48 51
     public function setTestName($name)
49 52
     {
50 53
         $this->testName = $name;
51 54
     }
52 55
 
56
+    /**
57
+     * @param string $status
58
+     */
53 59
     public function setTestStatus($status)
54 60
     {
55 61
         $this->status = $status;
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Exception;
6 6
 use Magium\Assertions\AbstractAssertion;
7
-use Magium\Assertions\AbstractSelectorAssertion;
8 7
 use Magium\Util\Phpunit\MasterListener;
9 8
 use Magium\Util\Phpunit\MasterListenerAware;
10 9
 use PHPUnit_Framework_AssertionFailedError;
Please login to merge, or discard this patch.
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.