From c8f99e087f3c004b4eff6167cdb5c3ec79448ec7 Mon Sep 17 00:00:00 2001 From: Kei Date: Thu, 20 Jul 2023 16:57:51 +0700 Subject: [PATCH] Laravel: Remove deprecated function_typehint_space rule https://github.com/laravel/pint/commit/8254c5dc0317c716d4f35670599d70e61a572d39 --- src/RuleSet/Sets/Laravel.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/RuleSet/Sets/Laravel.php b/src/RuleSet/Sets/Laravel.php index fe39d53..50e5ff6 100644 --- a/src/RuleSet/Sets/Laravel.php +++ b/src/RuleSet/Sets/Laravel.php @@ -68,7 +68,6 @@ protected function rules(): array 'full_opening_tag' => true, 'fully_qualified_strict_types' => true, 'function_declaration' => true, - 'function_typehint_space' => true, 'general_phpdoc_tag_rename' => true, 'heredoc_to_nowdoc' => true, 'include' => true,