-
Notifications
You must be signed in to change notification settings - Fork 2
/
.php_cs.cache
1 lines (1 loc) · 6.56 KB
/
.php_cs.cache
1
{"php":"7.2.31-1+ubuntu16.04.1+deb.sury.org+1","version":"2.16.3:v2.16.3#83baf823a33a1cbd5416c8626935cf3f843c10b0","indent":" ","lineEnding":"\n","rules":{"array_indentation":true,"array_syntax":{"syntax":"short"},"binary_operator_spaces":{"default":"single_space"},"blank_line_after_namespace":true,"blank_line_after_opening_tag":true,"blank_line_before_statement":{"statements":["continue","declare","return","throw","try","do","if","switch"]},"braces":true,"cast_spaces":{"space":"single"},"class_attributes_separation":true,"class_definition":{"singleLine":true},"concat_space":{"spacing":"none"},"declare_equal_normalize":{"space":"none"},"elseif":true,"encoding":true,"full_opening_tag":true,"function_declaration":true,"function_typehint_space":true,"heredoc_to_nowdoc":true,"include":true,"indentation_type":true,"line_ending":true,"linebreak_after_opening_tag":true,"lowercase_cast":true,"lowercase_constants":true,"lowercase_keywords":true,"magic_constant_casing":true,"method_argument_space":{"on_multiline":"ensure_fully_multiline"},"method_chaining_indentation":true,"multiline_whitespace_before_semicolons":{"strategy":"no_multi_line"},"native_function_casing":true,"no_alias_functions":{"sets":["@internal","@IMAP"]},"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_extra_blank_lines":["break","case","continue","curly_brace_block","default","extra","parenthesis_brace_block","square_brace_block","throw","use","useTrait","use_trait"],"no_leading_import_slash":true,"no_leading_namespace_whitespace":true,"no_mixed_echo_print":{"use":"echo"},"no_multiline_whitespace_around_double_arrow":true,"no_php4_constructor":true,"no_short_bool_cast":true,"no_singleline_whitespace_before_semicolons":true,"no_spaces_after_function_name":true,"no_spaces_inside_parenthesis":true,"no_trailing_comma_in_list_call":true,"no_trailing_comma_in_singleline_array":true,"no_trailing_whitespace_in_comment":true,"no_trailing_whitespace":true,"no_unneeded_control_parentheses":true,"no_unused_imports":true,"no_useless_else":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":"length"},"php_unit_strict":true,"phpdoc_indent":true,"phpdoc_inline_tag":true,"phpdoc_no_access":true,"phpdoc_no_empty_return":true,"phpdoc_no_package":true,"phpdoc_no_useless_inheritdoc":true,"phpdoc_order":true,"phpdoc_scalar":{"types":["boolean","double","integer","real","str"]},"phpdoc_single_line_var_spacing":true,"phpdoc_summary":true,"phpdoc_to_comment":true,"phpdoc_trim":true,"phpdoc_types":{"groups":["simple","alias","meta"]},"phpdoc_var_without_name":true,"psr4":true,"self_accessor":true,"short_scalar_cast":true,"simplified_null_return":true,"single_blank_line_at_eof":true,"single_blank_line_before_namespace":true,"single_class_element_per_statement":["const","property"],"single_import_per_statement":true,"single_line_after_imports":true,"single_line_comment_style":true,"single_quote":true,"space_after_semicolon":true,"standardize_increment":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":["property","method"],"whitespace_after_comma_in_array":true},"hashes":{"server.php":539949824,"config\/app.php":4033404889,"config\/mail.php":4212217331,"config\/view.php":3441258419,"config\/filesystems.php":1343418393,"config\/broadcasting.php":2563027683,"config\/cache.php":2069067967,"config\/auth.php":3140692471,"config\/queue.php":1292024031,"config\/database.php":3969748085,"config\/services.php":2835533633,"config\/session.php":732998383,"config\/logging.php":794303111,"config\/cors.php":4055808430,"config\/hashing.php":509629418,"resources\/lang\/en\/passwords.php":1829505689,"resources\/lang\/en\/pagination.php":730963559,"resources\/lang\/en\/validation.php":1867977517,"resources\/lang\/en\/auth.php":4209943775,"routes\/console.php":2755491784,"routes\/channels.php":421778596,"routes\/web.php":1665758753,"routes\/api.php":1577925475,"bootstrap\/app.php":1695150322,"app\/Providers\/RouteServiceProvider.php":3762179865,"app\/Providers\/BroadcastServiceProvider.php":96679142,"app\/Providers\/AuthServiceProvider.php":2638333147,"app\/Providers\/AppServiceProvider.php":1676470512,"app\/Providers\/EventServiceProvider.php":1015919094,"app\/Exceptions\/GeneralException.php":2774339462,"app\/Exceptions\/Handler.php":695673590,"app\/Console\/Kernel.php":1894145922,"app\/Http\/Controllers\/Controller.php":3824053826,"app\/Http\/Controllers\/Api\/V1\/ProjectController.php":2717163882,"app\/Http\/Controllers\/Api\/V1\/ClientController.php":1129384530,"app\/Http\/Controllers\/Api\/V1\/APIController.php":3433772295,"app\/Http\/Kernel.php":237482083,"app\/Http\/Middleware\/CheckForMaintenanceMode.php":2705887647,"app\/Http\/Middleware\/VerifyCsrfToken.php":515967531,"app\/Http\/Middleware\/TrustProxies.php":923490287,"app\/Http\/Middleware\/RedirectIfAuthenticated.php":529849883,"app\/Http\/Middleware\/Authenticate.php":3347470484,"app\/Http\/Middleware\/TrustHosts.php":4181407162,"app\/Http\/Middleware\/TrimStrings.php":2721048702,"app\/Http\/Middleware\/EncryptCookies.php":2317483050,"app\/Http\/Requests\/StoreClientRequest.php":346439983,"app\/Http\/Resources\/ProjectResource.php":3673661993,"app\/Http\/Resources\/ClientResource.php":647491413,"app\/Models\/Client.php":494714440,"app\/Models\/Project.php":1051549949,"app\/Models\/User.php":1680424019,"app\/Repositories\/RepositoryContract.php":2055495606,"app\/Repositories\/BaseRepository.php":2662090285,"app\/Repositories\/ClientRepository.php":641196146,"tests\/Unit\/ExampleTest.php":2805696454,"tests\/CreatesApplication.php":1811814938,"tests\/TestCase.php":1353191102,"tests\/Feature\/ExampleTest.php":2455244133,"database\/seeds\/ClientSeeder.php":3890511730,"database\/seeds\/DatabaseSeeder.php":2901872355,"database\/seeds\/ProjectSeeder.php":1095902569,"database\/factories\/ProjectFactory.php":4246516106,"database\/factories\/ClientFactory.php":1088858564,"database\/factories\/UserFactory.php":2069540888,"database\/migrations\/2020_06_18_103806_create_clients_table.php":593718097,"database\/migrations\/2014_10_12_000000_create_users_table.php":1451969086,"database\/migrations\/2019_08_19_000000_create_failed_jobs_table.php":1386353987,"database\/migrations\/2020_06_18_112156_create_projects_table.php":3290556387}}