Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni authored and github-actions[bot] committed Feb 17, 2023
1 parent f24652e commit 38f21ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"php":"8.1.14","version":"3.14.3","indent":" ","lineEnding":"\n","rules":{"blank_line_after_opening_tag":true,"blank_line_between_import_groups":true,"braces":{"allow_single_line_anonymous_class_with_empty_body":true},"class_definition":{"inline_constructor_arguments":false,"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_import_per_statement":{"group_to_single_imports":false},"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_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\/Clients\/SpotifyClient.php":"89bc4fed0f0a132762ee291f39cd6783","src\/SpotifySeed.php":"c26e44ec87d0423b9116e92431830c81","src\/SpotifyAuth.php":"0125534b7dd2ef479e3ae5ad4f2b3a31","src\/CreateRequestAction.php":"c83bc2f7d5c0780a4debec38a86bc073","src\/Validator.php":"63a4be795a7ba3e597b437c8003e5f5a","src\/SpotifyPathGenerator.php":"8fc056ecb1e84a22a1e7cff094c04270","src\/Spotify.php":"8fcd9356333d76e3f99d5408ccdc4b0f","src\/Providers\/SpotifyServiceProvider.php":"6716200d367bcf74dbc7ff0385492dc5","src\/Providers\/SpotifyClientServiceProvider.php":"607a24759b3d73eda49e56ceee4dfafb","src\/Facades\/SpotifySeedFacade.php":"5df6dd91be05ed1a119b6491e1a7baa8","src\/Facades\/SpotifyClientFacade.php":"2fd1f559e537b6c6cb0f84d71098f7a4","src\/Facades\/SpotifyFacade.php":"025e362b9432d87a341f4383ff9ae2a1","src\/Normalizer.php":"c0f341c5fdf5b7f187fbb5b26011b5ac","src\/PendingRequest.php":"f2dfebf45484a66494f4662ccfddb78c","src\/Exceptions\/SpotifyAuthException.php":"70b9e23c47f1fccfc0340e03a8c09e63","src\/Exceptions\/ValidatorException.php":"a02cbeaf7a8ce58d5fcabb6e9983ec69","src\/Exceptions\/SpotifyException.php":"a9e48a945171abb9a04b35d51ab8fbbf","src\/Exceptions\/SpotifyApiException.php":"0cd0d066e4019348088f8164b5efc400","src\/SpotifyRequest.php":"9d3cf3b2fb351fba2ee330db1d9777c3","tests\/TestCase.php":"45bf0328ce9d5d9bed51d8bb72e4f985","tests\/Unit\/SpotifyAuthTest.php":"82694b593675c66253a5ab2de6a6e468","tests\/Unit\/UsersTest.php":"e047d05b75c96b3af87b9cdbbe598065","tests\/Unit\/AlbumsTest.php":"8740d7bf424b6754ebfc4a3ec42fc8c3","tests\/Unit\/PlaylistsTest.php":"e093cf841bb7c65bc06e2815cf97fb0e","tests\/Unit\/EpisodesTest.php":"5da976a5eb9ab77b0d9671129f296459","tests\/Unit\/SpotifyPathGeneratorTest.php":"2e13653b4f253e89204a28ecacc647ca","tests\/Unit\/SearchTest.php":"3e2dcc23f55c9a6bfb973730f902ef6c","tests\/Unit\/SpotifySeedTest.php":"153fbf397de1ff2d8ac3515d8e2a6ebd","tests\/Unit\/ArtistsTest.php":"8e4997a72d3895c0c27222b53c732776","tests\/Unit\/BrowseTest.php":"0c43285999a71f88a812ce15ac91b86d","tests\/Unit\/SpotifyRequestTest.php":"1ecfe2a6b9b144a7c57df0d66e4c1bbd","tests\/Unit\/PendingRequestTest.php":"68fc37bb0301a5559c4115346cae8ddf","tests\/Unit\/ShowsTest.php":"e302d1c97b61000319ae58998e8a381f","tests\/Unit\/TracksTest.php":"7cc4e82b0ce977248de22d659780f288","tests\/Unit\/SpotifyExceptionTest.php":"137cf564360b8d793dbcb4808d3c75f5"}}
{"php":"8.1.14","version":"3.14.3","indent":" ","lineEnding":"\n","rules":{"blank_line_after_opening_tag":true,"blank_line_between_import_groups":true,"braces":{"allow_single_line_anonymous_class_with_empty_body":true},"class_definition":{"inline_constructor_arguments":false,"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_import_per_statement":{"group_to_single_imports":false},"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_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\/Clients\/SpotifyClient.php":"89bc4fed0f0a132762ee291f39cd6783","src\/SpotifySeed.php":"c26e44ec87d0423b9116e92431830c81","src\/SpotifyAuth.php":"0125534b7dd2ef479e3ae5ad4f2b3a31","src\/CreateRequestAction.php":"c83bc2f7d5c0780a4debec38a86bc073","src\/Validator.php":"63a4be795a7ba3e597b437c8003e5f5a","src\/SpotifyPathGenerator.php":"8fc056ecb1e84a22a1e7cff094c04270","src\/Spotify.php":"8fcd9356333d76e3f99d5408ccdc4b0f","src\/Providers\/SpotifyServiceProvider.php":"6716200d367bcf74dbc7ff0385492dc5","src\/Providers\/SpotifyClientServiceProvider.php":"607a24759b3d73eda49e56ceee4dfafb","src\/Facades\/SpotifySeedFacade.php":"5df6dd91be05ed1a119b6491e1a7baa8","src\/Facades\/SpotifyClientFacade.php":"2fd1f559e537b6c6cb0f84d71098f7a4","src\/Facades\/SpotifyFacade.php":"025e362b9432d87a341f4383ff9ae2a1","src\/Normalizer.php":"c0f341c5fdf5b7f187fbb5b26011b5ac","src\/PendingRequest.php":"f2dfebf45484a66494f4662ccfddb78c","src\/Exceptions\/SpotifyAuthException.php":"70b9e23c47f1fccfc0340e03a8c09e63","src\/Exceptions\/ValidatorException.php":"a02cbeaf7a8ce58d5fcabb6e9983ec69","src\/Exceptions\/SpotifyException.php":"a9e48a945171abb9a04b35d51ab8fbbf","src\/Exceptions\/SpotifyApiException.php":"0cd0d066e4019348088f8164b5efc400","src\/SpotifyRequest.php":"9d3cf3b2fb351fba2ee330db1d9777c3","tests\/TestCase.php":"45bf0328ce9d5d9bed51d8bb72e4f985","tests\/Unit\/SpotifyAuthTest.php":"82694b593675c66253a5ab2de6a6e468","tests\/Unit\/UsersTest.php":"e047d05b75c96b3af87b9cdbbe598065","tests\/Unit\/AlbumsTest.php":"8740d7bf424b6754ebfc4a3ec42fc8c3","tests\/Unit\/PlaylistsTest.php":"e093cf841bb7c65bc06e2815cf97fb0e","tests\/Unit\/EpisodesTest.php":"5da976a5eb9ab77b0d9671129f296459","tests\/Unit\/SpotifyPathGeneratorTest.php":"2e13653b4f253e89204a28ecacc647ca","tests\/Unit\/SearchTest.php":"3e2dcc23f55c9a6bfb973730f902ef6c","tests\/Unit\/SpotifySeedTest.php":"153fbf397de1ff2d8ac3515d8e2a6ebd","tests\/Unit\/ArtistsTest.php":"8e4997a72d3895c0c27222b53c732776","tests\/Unit\/BrowseTest.php":"276d887033dcbc75f0ea27a72497288b","tests\/Unit\/SpotifyRequestTest.php":"1ecfe2a6b9b144a7c57df0d66e4c1bbd","tests\/Unit\/PendingRequestTest.php":"68fc37bb0301a5559c4115346cae8ddf","tests\/Unit\/ShowsTest.php":"e302d1c97b61000319ae58998e8a381f","tests\/Unit\/TracksTest.php":"7cc4e82b0ce977248de22d659780f288","tests\/Unit\/SpotifyExceptionTest.php":"2b2b6666e96028ac1148bde115b225dd"}}

0 comments on commit 38f21ae

Please sign in to comment.