Completed
Push — 3.x ( 64b83e...0e8449 )
by Oskar
04:28
created
tests/Menu/Matcher/Voter/ActiveVoterTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     /**
42 42
      * @param mixed $data
43 43
      *
44
-     * @return ItemInterface
44
+     * @return \PHPUnit\Framework\MockObject\MockObject
45 45
      */
46 46
     protected function createItem($data)
47 47
     {
Please login to merge, or discard this patch.
src/Event/ConfigureEvent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @return mixed
66
+     * @return string
67 67
      */
68 68
     public function getType()
69 69
     {
Please login to merge, or discard this patch.
src/Event/PersistenceEvent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @return mixed
66
+     * @return string
67 67
      */
68 68
     public function getType()
69 69
     {
Please login to merge, or discard this patch.