Skip to content

Commit

Permalink
Merge pull request #5 from gquemener/patch-1
Browse files Browse the repository at this point in the history
Enabled native function invocation optimisation
  • Loading branch information
prolic committed Jun 9, 2018
2 parents 9790d9c + dae08ba commit fa8c0e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/Prooph.php
@@ -1,8 +1,8 @@
<?php
/**
* This file is part of the prooph/php-cs-fixer-config.
* (c) 2016-2017 prooph software GmbH <contact@prooph.de>
* (c) 2016-2017 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
* (c) 2016-2018 prooph software GmbH <contact@prooph.de>
* (c) 2016-2018 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down Expand Up @@ -58,6 +58,7 @@ public function getRules(): array
'method_separation' => true,
'modernize_types_casting' => true,
'native_function_casing' => true,
'native_function_invocation' => true,
'new_with_braces' => true,
'no_alias_functions' => true,
'no_blank_lines_after_class_opening' => true,
Expand Down
4 changes: 2 additions & 2 deletions tests/ProophTest.php
@@ -1,8 +1,8 @@
<?php
/**
* This file is part of the prooph/php-cs-fixer-config.
* (c) 2016-2017 prooph software GmbH <contact@prooph.de>
* (c) 2016-2017 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
* (c) 2016-2018 prooph software GmbH <contact@prooph.de>
* (c) 2016-2018 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down

0 comments on commit fa8c0e1

Please sign in to comment.