File tree 1 file changed +3
-3
lines changed
src/Illuminate/Foundation/Testing/Constraints 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function __construct($content)
38
38
* @param array $values
39
39
* @return bool
40
40
*/
41
- public function matches ($ values ): bool
41
+ public function matches ($ values )
42
42
{
43
43
$ position = 0 ;
44
44
@@ -67,7 +67,7 @@ public function matches($values): bool
67
67
* @param array $values
68
68
* @return string
69
69
*/
70
- public function failureDescription ($ values ): string
70
+ public function failureDescription ($ values )
71
71
{
72
72
return sprintf (
73
73
'Failed asserting that \'%s \' contains "%s" in specified order. ' ,
@@ -81,7 +81,7 @@ public function failureDescription($values): string
81
81
*
82
82
* @return string
83
83
*/
84
- public function toString (): string
84
+ public function toString ()
85
85
{
86
86
return (new ReflectionClass ($ this ))->name ;
87
87
}
You can’t perform that action at this time.
0 commit comments