Skip to content

Commit

Permalink
Tabs replaced with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Apr 9, 2017
1 parent 2e8d3f3 commit 75bbdf7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .php_cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

$finder = Symfony\Component\Finder\Finder::create()
->notPath('bootstrap/cache')
->notPath('storage')
->notPath('vendor')
->notPath('bootstrap/cache')
->notPath('storage')
->notPath('vendor')
->in(__DIR__)
->name('*.php')
->ignoreDotFiles(true)
Expand All @@ -23,7 +23,7 @@ $fixers = [
'list_commas',
'multiline_array_trailing_comma',
'namespace_no_leading_whitespace',
'newline_after_open_tag',
'newline_after_open_tag',
'no_blank_lines_after_class_opening',
'no_empty_lines_after_phpdocs',
'object_operator',
Expand Down

0 comments on commit 75bbdf7

Please sign in to comment.