Browse Source

Style fixes

labels
J. King 6 years ago
parent
commit
540d8a237e
  1. 2
      .php_cs.dist
  2. 1
      tests/cases/Encoding/TestUTF8.php

2
.php_cs.dist

@ -11,11 +11,13 @@ $paths = [
__FILE__,
BASE."RoboFile.php",
BASE."lib",
BASE."perf",
BASE."tests",
];
$rules = [
'@PSR2' => true,
'braces' => ['position_after_functions_and_oop_constructs' => "same"],
'function_declaration' => ['closure_function_spacing' => "none"],
];
$finder = \PhpCsFixer\Finder::create();

1
tests/cases/Encoding/TestUTF8.php

@ -102,7 +102,6 @@ class TestUTF8 extends \PHPUnit\Framework\TestCase {
$a++;
}
$this->assertSame(sizeof($exp), $a);
}
/**

Loading…
Cancel
Save