Skip to content

Commit

Permalink
[4.x] Laravel Pint: Revert change of `nullable_type_declaration_for_d…
Browse files Browse the repository at this point in the history
…efault_null_value` default (#9126)

* Run Laravel Pint

* Revert "Run Laravel Pint"

This reverts commit 41b4476.

* Revert `nullable_type_declaration_for_default_null_value` to its old behaviour

Changing back after the default changed in Pint: laravel/pint#236
  • Loading branch information
duncanmcclean authored Dec 5, 2023
1 parent 8848526 commit 26d08db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"method": "one"
}
},
"nullable_type_declaration_for_default_null_value": {
"use_nullable_type_declaration": false
},
"psr_autoloading": true
}
}

0 comments on commit 26d08db

Please sign in to comment.