@@ -7,8 +7,6 @@ PHP 7.0 test.
"random_api_migration": true,
"visibility_required": {"elements": ["property", "method"]}
}
---REQUIREMENTS--
-{"php": 70000}
--EXPECT--
<?php
@@ -4,8 +4,6 @@ PHP 7.1 test.
{
"@Symfony": true
-{"php": 70100}
@@ -2,8 +2,6 @@
Integration of fixers: combine_nested_dirname,no_trailing_whitespace.
--RULESET--
{"combine_nested_dirname": true, "no_trailing_whitespace": true}
dirname($path
Integration of fixers: combine_nested_dirname,no_whitespace_in_blank_line.
{"combine_nested_dirname": true, "no_whitespace_in_blank_line": true}
dirname(
Integration of fixers: declare_strict_types,single_blank_line_before_namespace.
{"declare_strict_types": true, "single_blank_line_before_namespace" : true}
<?php declare(strict_types=1);
@@ -8,8 +8,6 @@ Integration of fixers: header_comment, declare_strict_types
},
"declare_strict_types": true
/**
@@ -4,5 +4,3 @@ Test if array_indentation can handle huge arrays.
"array_indentation": true
Integration of fixers: single_import_per_statement,ordered_imports.
{"single_import_per_statement": true, "ordered_imports": true}
use some\A;
Integration of fixers: void_return,phpdoc_to_return_type.
{"void_return": true, "phpdoc_to_return_type": true}
/** @return void */
Integration of fixers: combine_nested_dirname,method_argument_space.
{"combine_nested_dirname": true, "method_argument_space": true}
dirname( $path, 2);