diff --git a/src/Prooph.php b/src/Prooph.php index 9c72953..4f23ac3 100644 --- a/src/Prooph.php +++ b/src/Prooph.php @@ -1,8 +1,8 @@ - * (c) 2016-2017 Sascha-Oliver Prolic + * (c) 2016-2018 prooph software GmbH + * (c) 2016-2018 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -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, diff --git a/tests/ProophTest.php b/tests/ProophTest.php index 289c539..2cdf001 100644 --- a/tests/ProophTest.php +++ b/tests/ProophTest.php @@ -1,8 +1,8 @@ - * (c) 2016-2017 Sascha-Oliver Prolic + * (c) 2016-2018 prooph software GmbH + * (c) 2016-2018 Sascha-Oliver Prolic * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.