Skip to content

Commit 34f9fc0

Browse files
filippovanogithub-actions[bot]
authored andcommitted
Fix styling
1 parent 30261a2 commit 34f9fc0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tests/LaravelValidationRulesRequestTest.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939

4040
// For test on Windows replace \r\n to \n
4141
$actual = str_replace("\r\n", "\n", $validations);
42-
$expect = str_replace("\r\n",
42+
$expect = str_replace(
43+
"\r\n",
4344
"\n",
4445
file_get_contents(__DIR__ . '/expects/LaravelValidationsApplicationJsonRequest.php')
4546
);
@@ -79,7 +80,8 @@
7980

8081
// For test on Windows replace \r\n to \n
8182
$actual = str_replace("\r\n", "\n", $validations);
82-
$expect = str_replace("\r\n",
83+
$expect = str_replace(
84+
"\r\n",
8385
"\n",
8486
file_get_contents(__DIR__ . '/expects/LaravelValidationsMultipartFormDataRequest.php')
8587
);
@@ -119,7 +121,8 @@
119121

120122
// For test on Windows replace \r\n to \n
121123
$actual = str_replace("\r\n", "\n", $validations);
122-
$expect = str_replace("\r\n",
124+
$expect = str_replace(
125+
"\r\n",
123126
"\n",
124127
file_get_contents(__DIR__ . '/expects/LaravelValidationsNonAvailableContentTypeRequest.php')
125128
);

0 commit comments

Comments
 (0)