Skip to content

Commit 417bfdb

Browse files
taylorotwellStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 2d1f76a commit 417bfdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Validation/Concerns/ValidatesAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ protected function shouldBlockPhpUpload($value, $parameters)
12541254
}
12551255

12561256
$phpExtensions = [
1257-
'php', 'php3', 'php4', 'php5', 'phtml', 'phar'
1257+
'php', 'php3', 'php4', 'php5', 'phtml', 'phar',
12581258
];
12591259

12601260
return ($value instanceof UploadedFile)

0 commit comments

Comments
 (0)