<?php return false;
}
return (bool) file_put_contents($filePath, json_encode([
...match (true) {
class_exists('\Illuminate\Support\Str') => [
'preset' => 'laravel',
],
default => [
'preset' => 'base',
],
},
'ignore' => [
'words' => [
'php',
],
'paths' => [],
],
], JSON_PRETTY_PRINT));
}