Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Aug 28, 2018
1 parent 1bf72ac commit 6886d26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ enabled:

disabled:
- short_array_syntax

finder:
not-path:
- "tests/Cmixin/IlluminateCarbon2.php"
2 changes: 1 addition & 1 deletion tests/Cmixin/IlluminateCarbonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ protected function setUp()
}

if (class_exists('Carbon\CarbonImmutable')) {
include_once __DIR__ . '/IlluminateCarbon2.php';
include_once __DIR__.'/IlluminateCarbon2.php';
}

parent::setUp();
Expand Down

0 comments on commit 6886d26

Please sign in to comment.