Completed
Pull Request — master (#4)
by Evgeny
11:42
created
tests/Unit/V3/Validator/EmailOrPhoneValidatorTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     }
72 72
 
73 73
     /**
74
-     * @return Attributes|MockObject
74
+     * @return Attributes
75 75
      */
76 76
     private function mockAttributes()
77 77
     {
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
     }
80 80
 
81 81
     /**
82
-     * @return MockObject|ExecutionContextInterface
82
+     * @return ExecutionContextInterface
83 83
      */
84 84
     private function mockContext()
85 85
     {
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     }
88 88
 
89 89
     /**
90
-     * @return MockObject|Constraint
90
+     * @return Constraint
91 91
      */
92 92
     private function mockConstraint()
93 93
     {
Please login to merge, or discard this patch.