Skip to content

Commit 9443fc7

Browse files
committed
Merge branch 'master' of github.com:aqquaa/aquastrap
2 parents 0a7976c + 9fa48fa commit 9443fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.cache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"php":"8.1.0","version":"3.4.0","indent":" ","lineEnding":"\n","rules":{"blank_line_after_opening_tag":true,"braces":{"allow_single_line_anonymous_class_with_empty_body":true},"class_definition":{"space_before_parenthesis":true},"compact_nullable_typehint":true,"declare_equal_normalize":true,"lowercase_cast":true,"lowercase_static_reference":true,"new_with_braces":true,"no_blank_lines_after_class_opening":true,"no_leading_import_slash":true,"no_whitespace_in_blank_line":true,"ordered_class_elements":{"order":["use_trait"]},"ordered_imports":{"sort_algorithm":"alpha"},"return_type_declaration":true,"short_scalar_cast":true,"single_blank_line_before_namespace":true,"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"visibility_required":true,"blank_line_after_namespace":true,"constant_case":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"on_multiline":"ensure_fully_multiline","keep_multiple_spaces_after_comma":true},"no_break_comment":true,"no_closing_tag":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"no_spaces_inside_parenthesis":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_class_element_per_statement":{"elements":["property"]},"single_import_per_statement":true,"single_line_after_imports":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"encoding":true,"full_opening_tag":true,"array_syntax":{"syntax":"short"},"no_unused_imports":true,"not_operator_with_successor_space":true,"trailing_comma_in_multiline":true,"phpdoc_scalar":true,"unary_operator_spaces":true,"binary_operator_spaces":true,"blank_line_before_statement":{"statements":["break","continue","declare","return","throw","try"]},"phpdoc_single_line_var_spacing":true,"phpdoc_var_without_name":true,"class_attributes_separation":{"elements":{"method":"one"}}},"hashes":{"src\/Traits\/Notification.php":2676440163,"src\/Traits\/AquaSync.php":959584540,"src\/Crypt\/Crypt.php":1732105459,"src\/Crypt\/Halite\/Crypt.php":2704910389,"src\/Crypt\/Native\/Crypt.php":2390413218,"src\/IngredientManager.php":2756070811,"src\/AquaRoute.php":313106146,"src\/AquaComponent.php":2259537888,"src\/IngredientStore.php":2264271631,"src\/AquaDirective.php":996589027,"src\/Exceptions\/CryptException.php":268799461,"src\/Exceptions\/RequestException.php":3868297967,"src\/GenerateRecipe.php":873990739,"src\/DepsLookup\/SessionStore.php":734902686,"src\/DepsLookup\/CacheStore.php":3877219262,"src\/Contracts\/Crypto.php":849633935,"src\/Contracts\/DependencyLookupStore.php":1861781349,"src\/ExtractDependencies.php":3947424787,"src\/Util.php":500493282,"src\/AquastrapServiceProvider.php":3661061939,"tests\/TestCase.php":1477479681,"tests\/Pest\/Unit\/NotificationTest.php":601953479,"tests\/Pest\/Unit\/DependencyStoreTest.php":2711403177,"tests\/Pest\/Unit\/DependencyExtractionTest.php":3936864732,"tests\/Pest\/Unit\/IngredientManagerTest.php":1479512514,"tests\/Pest\/Feature\/GenerateAndStoreInstanceRecipeTest.php":3961739879,"tests\/Pest.php":1803649313,"src\/Memo.php":2953037218,"tests\/Pest\/ExampleClass.php":3858422716,"tests\/Pest\/Unit\/MemoizationTest.php":1420210934,"tests\/Pest\/Unit\/CacheStoreTest.php":3496599288,"tests\/Pest\/Unit\/SessionStoreTest.php":643849313,"tests\/Pest\/Unit\/RecipeGenerateTest.php":2915854705,"tests\/Pest\/Unit\/IngredientStoreTest.php":200424702,"src\/Recipe.php":4145348208,"src\/AquaCallableMethods.php":1438555089,"tests\/Pest\/Unit\/CallableMethodsTest.php":355319160,"tests\/Pest\/Feature\/Setup\/TestAquaServiceProvider.php":2415987059,"tests\/Pest\/Feature\/Authorization\/~SampleController.php":2001538884,"tests\/Pest\/Feature\/Directive\/AquaDirectiveTest.php":3558621787,"tests\/Pest\/Feature\/Controller\/Setup\/BaseController.php":1035905895,"tests\/Pest\/Feature\/Controller\/AquaControllerTest.php":737967135,"tests\/Pest\/Feature\/Component\/Setup\/ExampleBladeAquaComponent.php":4205469722,"tests\/Pest\/Feature\/Component\/AquaComponentTest.php":4108801490,"tests\/Pest\/Feature\/Component\/AllowedMethodsTest.php":2021568134}}
1+
{"php":"8.1.2","version":"3.6.0","indent":" ","lineEnding":"\n","rules":{"blank_line_after_opening_tag":true,"braces":{"allow_single_line_anonymous_class_with_empty_body":true},"class_definition":{"space_before_parenthesis":true},"compact_nullable_typehint":true,"declare_equal_normalize":true,"lowercase_cast":true,"lowercase_static_reference":true,"new_with_braces":true,"no_blank_lines_after_class_opening":true,"no_leading_import_slash":true,"no_whitespace_in_blank_line":true,"ordered_class_elements":{"order":["use_trait"]},"ordered_imports":{"sort_algorithm":"alpha"},"return_type_declaration":true,"short_scalar_cast":true,"single_blank_line_before_namespace":true,"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"visibility_required":true,"blank_line_after_namespace":true,"constant_case":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"on_multiline":"ensure_fully_multiline","keep_multiple_spaces_after_comma":true},"no_break_comment":true,"no_closing_tag":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"no_spaces_inside_parenthesis":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_class_element_per_statement":{"elements":["property"]},"single_import_per_statement":true,"single_line_after_imports":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"encoding":true,"full_opening_tag":true,"array_syntax":{"syntax":"short"},"no_unused_imports":true,"not_operator_with_successor_space":true,"trailing_comma_in_multiline":true,"phpdoc_scalar":true,"unary_operator_spaces":true,"binary_operator_spaces":true,"blank_line_before_statement":{"statements":["break","continue","declare","return","throw","try"]},"phpdoc_single_line_var_spacing":true,"phpdoc_var_without_name":true,"class_attributes_separation":{"elements":{"method":"one"}}},"hashes":{"src\/Crypt\/Crypt.php":1732105459,"src\/Crypt\/Halite\/Crypt.php":2704910389,"src\/Crypt\/Native\/Crypt.php":2390413218,"src\/Recipe.php":4145348208,"src\/Exceptions\/CryptException.php":268799461,"src\/Exceptions\/RequestException.php":3868297967,"src\/Memo.php":2953037218,"src\/AquaCallableMethods.php":1438555089,"src\/AquastrapServiceProvider.php":3661061939,"src\/AquaRoute.php":313106146,"src\/AquaComponent.php":2259537888,"src\/IngredientManager.php":2756070811,"src\/DepsLookup\/SessionStore.php":734902686,"src\/DepsLookup\/CacheStore.php":3877219262,"src\/ExtractDependencies.php":3947424787,"src\/AquaDirective.php":996589027,"src\/Traits\/AquaSync.php":959584540,"src\/Traits\/Notification.php":2676440163,"src\/Util.php":500493282,"src\/Contracts\/Crypto.php":849633935,"src\/Contracts\/DependencyLookupStore.php":1861781349,"src\/IngredientStore.php":2264271631,"tests\/TestCase.php":1477479681,"tests\/Pest.php":1803649313,"tests\/Pest\/Unit\/CallableMethodsTest.php":355319160,"tests\/Pest\/Unit\/DependencyExtractionTest.php":3936864732,"tests\/Pest\/Unit\/IngredientStoreTest.php":200424702,"tests\/Pest\/Unit\/MemoizationTest.php":1420210934,"tests\/Pest\/Unit\/CacheStoreTest.php":3496599288,"tests\/Pest\/Unit\/RecipeGenerateTest.php":2915854705,"tests\/Pest\/Unit\/SessionStoreTest.php":643849313,"tests\/Pest\/Unit\/NotificationTest.php":601953479,"tests\/Pest\/Unit\/IngredientManagerTest.php":1479512514,"tests\/Pest\/ExampleClass.php":3858422716,"tests\/Pest\/Feature\/Authorization\/~SampleController.php":2001538884,"tests\/Pest\/Feature\/Controller\/AquaControllerTest.php":737967135,"tests\/Pest\/Feature\/Controller\/Setup\/BaseController.php":1035905895,"tests\/Pest\/Feature\/Directive\/AquaDirectiveTest.php":3558621787,"tests\/Pest\/Feature\/Component\/AllowedMethodsTest.php":2021568134,"tests\/Pest\/Feature\/Component\/AquaComponentTest.php":4108801490,"tests\/Pest\/Feature\/Component\/Setup\/ExampleBladeAquaComponent.php":4205469722}}

0 commit comments

Comments
 (0)