mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-06 10:01:53 +00:00
Merge branch 'legacy/pm3' into stable
This commit is contained in:
commit
6d249026cc
@ -74,6 +74,7 @@ return (new PhpCsFixer\Config)
|
|||||||
'return_type_declaration' => [
|
'return_type_declaration' => [
|
||||||
'space_before' => 'one'
|
'space_before' => 'one'
|
||||||
],
|
],
|
||||||
|
'single_blank_line_at_eof' => true,
|
||||||
'single_import_per_statement' => true,
|
'single_import_per_statement' => true,
|
||||||
'strict_param' => true,
|
'strict_param' => true,
|
||||||
'unary_operator_spaces' => true,
|
'unary_operator_spaces' => true,
|
||||||
|
@ -116,4 +116,3 @@ foreach(new \RecursiveIteratorIterator(new \RecursiveDirectoryIterator($argv[1],
|
|||||||
echo "No changes made to file $file\n";
|
echo "No changes made to file $file\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user