Completed
Push — master ( f40293...b85bde )
by Christopher
03:34
created
src/Manager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      * @param string $method
32 32
      * @param array $parameters
33 33
      *
34
-     * @return mixed
34
+     * @return Manager
35 35
      */
36 36
     public function __call($method, array $parameters = [])
37 37
     {
Please login to merge, or discard this patch.
tests/ManagerFactoryTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     /**
44 44
      * @param float $delay
45 45
      * @param mixed $expected
46
-     * @param mixed $actual
46
+     * @param integer $actual
47 47
      */
48 48
     private function assertEqualsAfterDelay($delay, $expected, $actual)
49 49
     {
Please login to merge, or discard this patch.