-
-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy path.php_cs.cache
1 lines (1 loc) · 6.97 KB
/
.php_cs.cache
1
{"php":"7.4.8","version":"2.16.4:v2.16.4#1023c3458137ab052f6ff1e09621a721bfdeca13","indent":" ","lineEnding":"\n","rules":{"array_syntax":{"syntax":"short"},"binary_operator_spaces":{"default":"single_space","operators":{"=>":null}},"blank_line_after_namespace":true,"blank_line_after_opening_tag":true,"blank_line_before_statement":{"statements":["return"]},"braces":true,"cast_spaces":true,"class_attributes_separation":{"elements":["method"]},"class_definition":true,"concat_space":{"spacing":"none"},"declare_equal_normalize":true,"elseif":true,"encoding":true,"full_opening_tag":true,"fully_qualified_strict_types":true,"function_declaration":true,"function_typehint_space":true,"heredoc_to_nowdoc":true,"include":true,"increment_style":{"style":"post"},"indentation_type":true,"linebreak_after_opening_tag":true,"line_ending":true,"lowercase_cast":true,"lowercase_constants":true,"lowercase_keywords":true,"lowercase_static_reference":true,"magic_method_casing":true,"magic_constant_casing":true,"method_argument_space":true,"native_function_casing":true,"no_alias_functions":true,"no_extra_blank_lines":{"tokens":["extra","throw","use","use_trait"]},"no_blank_lines_after_class_opening":true,"no_blank_lines_after_phpdoc":true,"no_closing_tag":true,"no_empty_phpdoc":true,"no_empty_statement":true,"no_leading_import_slash":true,"no_leading_namespace_whitespace":true,"no_mixed_echo_print":{"use":"echo"},"no_multiline_whitespace_around_double_arrow":true,"multiline_whitespace_before_semicolons":{"strategy":"no_multi_line"},"no_short_bool_cast":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_after_function_name":true,"no_spaces_around_offset":true,"no_spaces_inside_parenthesis":true,"no_trailing_comma_in_list_call":true,"no_trailing_comma_in_singleline_array":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"no_unneeded_control_parentheses":true,"no_unreachable_default_argument_value":true,"no_useless_return":true,"no_whitespace_before_comma_in_array":true,"no_whitespace_in_blank_line":true,"normalize_index_brace":true,"not_operator_with_successor_space":true,"object_operator_without_whitespace":true,"ordered_imports":{"sortAlgorithm":"alpha"},"phpdoc_indent":true,"phpdoc_inline_tag":true,"phpdoc_no_access":true,"phpdoc_no_package":true,"phpdoc_no_useless_inheritdoc":true,"phpdoc_scalar":true,"phpdoc_single_line_var_spacing":true,"phpdoc_summary":true,"phpdoc_to_comment":true,"phpdoc_trim":true,"phpdoc_types":true,"phpdoc_var_without_name":true,"psr4":true,"self_accessor":true,"short_scalar_cast":true,"single_blank_line_at_eof":true,"single_blank_line_before_namespace":true,"single_class_element_per_statement":true,"single_import_per_statement":true,"single_line_after_imports":true,"single_line_comment_style":{"comment_types":["hash"]},"single_quote":true,"space_after_semicolon":true,"standardize_not_equals":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"ternary_operator_spaces":true,"trailing_comma_in_multiline_array":true,"trim_array_spaces":true,"unary_operator_spaces":true,"visibility_required":{"elements":["method","property"]},"whitespace_after_comma_in_array":true},"hashes":{"app\/Providers\/AppServiceProvider.php":1168555500,"app\/Providers\/AuthServiceProvider.php":870207958,"app\/Providers\/RouteServiceProvider.php":1290056425,"app\/Providers\/BroadcastServiceProvider.php":3839728412,"app\/Providers\/EventServiceProvider.php":1675681077,"app\/User.php":3064555960,"app\/Models\/Category.php":1953405310,"app\/Models\/Post.php":3800073437,"app\/Models\/Tag.php":1328588515,"app\/Models\/Comment.php":1221043549,"app\/Exceptions\/Handler.php":2244804650,"app\/Http\/Middleware\/VerifyCsrfToken.php":1431329565,"app\/Http\/Middleware\/RedirectIfAuthenticated.php":3257299207,"app\/Http\/Middleware\/TrimStrings.php":2271586827,"app\/Http\/Middleware\/AdminMiddleware.php":742639929,"app\/Http\/Middleware\/EncryptCookies.php":888668935,"app\/Http\/Middleware\/ClientCacheMiddleware.php":1968317157,"app\/Http\/Resources\/CommentResource.php":2484399611,"app\/Http\/Resources\/TagResource.php":1698147203,"app\/Http\/Resources\/UserResource.php":885323048,"app\/Http\/Resources\/CategoryResource.php":3636286231,"app\/Http\/Resources\/PostResource.php":2841768228,"app\/Http\/Requests\/PostRequest.php":1709406346,"app\/Http\/Controllers\/HomeController.php":2488478718,"app\/Http\/Controllers\/Controller.php":2377246532,"app\/Http\/Controllers\/Auth\/ForgotPasswordController.php":190077705,"app\/Http\/Controllers\/Auth\/LoginController.php":2287903315,"app\/Http\/Controllers\/Auth\/ProfileController.php":1501165663,"app\/Http\/Controllers\/Auth\/ResetPasswordController.php":2034098647,"app\/Http\/Controllers\/Auth\/RegisterController.php":1180636998,"app\/Http\/Controllers\/BlogController.php":467692587,"app\/Http\/Controllers\/Admin\/UserController.php":2680682483,"app\/Http\/Controllers\/Admin\/CommentController.php":4177840078,"app\/Http\/Controllers\/Admin\/PostController.php":2247173599,"app\/Http\/Controllers\/Admin\/TagController.php":2157484825,"app\/Http\/Controllers\/Admin\/CategoryController.php":2255373616,"app\/Http\/Controllers\/Api\/AuthController.php":1390117616,"app\/Http\/Controllers\/Api\/PostController.php":3569711676,"app\/Http\/Controllers\/Api\/ListingController.php":3840156334,"app\/Http\/Kernel.php":3037956266,"app\/Console\/Kernel.php":2919330794,"config\/hashing.php":1409853592,"config\/auth.php":1968554673,"config\/app.php":2733136545,"config\/mail.php":24057255,"config\/services.php":418097782,"config\/database.php":2783308437,"config\/cache.php":3942771411,"config\/session.php":2381182299,"config\/queue.php":3716343259,"config\/broadcasting.php":2102194954,"config\/view.php":3911736239,"config\/cors.php":3545401110,"config\/filesystems.php":467651500,"database\/migrations\/2014_10_12_100000_create_password_resets_table.php":4282816901,"database\/migrations\/2017_03_04_131334_create_categories_table.php":2025723283,"database\/migrations\/2017_03_04_131909_create_comments_table.php":361484184,"database\/migrations\/2017_03_04_133429_add_columns_to_user.php":1543235549,"database\/migrations\/2017_03_04_131558_create_tags_table.php":1509640024,"database\/migrations\/2017_03_04_131702_create_post_tag_table.php":1890877751,"database\/migrations\/2017_03_04_131126_create_posts_table.php":157564394,"database\/migrations\/2014_10_12_000000_create_users_table.php":2516204209,"database\/seeds\/UsersTableSeeder.php":1247126316,"database\/seeds\/DatabaseSeeder.php":3414057574,"database\/seeds\/DummyDataSeeder.php":43271736,"database\/factories\/ModelFactory.php":3975384656,"resources\/lang\/en\/passwords.php":3291800654,"resources\/lang\/en\/auth.php":3307291722,"resources\/lang\/en\/pagination.php":2109704695,"resources\/lang\/en\/validation.php":1326028642,"routes\/channels.php":2877044881,"routes\/console.php":2045403946,"routes\/web.php":2412162786,"routes\/api.php":609391201,"tests\/Unit\/ExampleTest.php":2363438576,"tests\/CreatesApplication.php":1811814938,"tests\/Feature\/Api\/ListingApiTest.php":3660874906,"tests\/TestCase.php":1353191102}}