Passed
Branch master (53da41)
by Agaletskiy
07:55
created
tests/Unit/V3/Validator/EmailOrPhoneValidatorTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     }
70 70
 
71 71
     /**
72
-     * @return Attributes|\PHPUnit_Framework_MockObject_MockObject
72
+     * @return Attributes
73 73
      */
74 74
     private function mockAttributes()
75 75
     {
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     }
78 78
 
79 79
     /**
80
-     * @return \PHPUnit_Framework_MockObject_MockObject|ExecutionContextInterface
80
+     * @return ExecutionContextInterface
81 81
      */
82 82
     private function mockContext()
83 83
     {
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
     }
86 86
 
87 87
     /**
88
-     * @return \PHPUnit_Framework_MockObject_MockObject|Constraint
88
+     * @return Constraint
89 89
      */
90 90
     private function mockConstraint()
91 91
     {
Please login to merge, or discard this patch.