{
  "preset": "tighten",
  "disabled": [
    "NoParensEmptyInstantiations",
    "SpaceAfterSoleNotOperator",
    "NoDocBlocksForMigrationUpDown",
    "PureRestControllers",
    "RequestValidation"
  ],
  "excluded": [
    "tests/",
    ".phpstorm.meta.php",
    "_ide_helper.php",
    "_ide_helper_models.php",
    "app/Http/Controllers/Oauth/AccessTokenController.php",
    "spatie/"
  ]
}
