Revert "Add concat_space rule"

This reverts commit 96acd268bee7005fe1691b572a4674575604d437.
This commit is contained in:
Lance Pioch 2024-10-19 21:14:41 -04:00
parent 466f9f7edc
commit deb6603840
105 changed files with 272 additions and 271 deletions

View File

@ -1,6 +1,7 @@
{
"preset": "laravel",
"rules": {
"concat_space": false,
"not_operator_with_successor_space": false,
"ordered_imports": false
}