Skip to content

Commit cd83f13

Browse files
committed
Apply fixes from StyleCI
1 parent 9f7a8da commit cd83f13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Illuminate/Foundation/Console/DocsCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ class DocsCommand extends Command
8686
*/
8787
protected $systemOsFamily = PHP_OS_FAMILY;
8888

89-
9089
/**
9190
* Configure the current command.
9291
*

tests/Validation/ValidationValidatorTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,8 @@ public function testProhibitedRulesAreConsistent($rules, $data, $result)
16481648

16491649
public function prohibitedRulesData()
16501650
{
1651-
$emptyCountable = new class implements Countable {
1651+
$emptyCountable = new class implements Countable
1652+
{
16521653
public function count()
16531654
{
16541655
return 0;

0 commit comments

Comments
 (0)