Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and actions-user committed Jan 19, 2022
1 parent 8cb522c commit 4eba0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.cache
@@ -1 +1 @@
{"php":"8.0.12","version":"3.2.1","indent":" ","lineEnding":"\n","rules":{"blank_line_after_namespace":true,"braces":true,"class_definition":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,"visibility_required":{"elements":["method","property"]},"encoding":true,"full_opening_tag":true,"array_syntax":{"syntax":"short"},"ordered_imports":{"sort_algorithm":"alpha"},"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"}},"single_trait_insert_per_statement":true},"hashes":{"src\/HostRepository.php":4200817053,"src\/Manipulators\/Manipulator.php":452535208,"src\/Manipulators\/Passthrough.php":62498431,"src\/Helpers\/ConsoleOutput.php":3921646346,"src\/Commands\/DumpChecks.php":2275496828,"src\/Commands\/ListChecks.php":3736078715,"src\/Commands\/DeleteHost.php":1646303257,"src\/Commands\/BaseCommand.php":594396385,"src\/Commands\/SyncFile.php":1602268312,"src\/Commands\/RunChecks.php":1541831881,"src\/Commands\/ListHosts.php":1002691964,"src\/Commands\/AddHost.php":4128204614,"src\/Notifications\/BaseNotification.php":3892384501,"src\/Notifications\/EventHandler.php":2951608977,"src\/Notifications\/Notifications\/CheckRestored.php":2794347870,"src\/Notifications\/Notifications\/CheckSucceeded.php":1232705106,"src\/Notifications\/Notifications\/CheckWarning.php":2286431921,"src\/Notifications\/Notifications\/CheckFailed.php":3087249301,"src\/Notifications\/Notifiable.php":865712916,"src\/CheckRepository.php":2857350979,"src\/Events\/CheckRestored.php":3502790972,"src\/Events\/CheckSucceeded.php":2990413357,"src\/Events\/Event.php":240575676,"src\/Events\/CheckWarning.php":1828773456,"src\/Events\/CheckFailed.php":3762503030,"src\/Exceptions\/InvalidCheckDefinition.php":3451805005,"src\/Exceptions\/InvalidConfiguration.php":703386932,"src\/CheckCollection.php":2078441598,"src\/CheckDefinitions\/Memcached.php":1268172444,"src\/CheckDefinitions\/MySql.php":549095775,"src\/CheckDefinitions\/CheckDefinition.php":1038871990,"src\/CheckDefinitions\/Elasticsearch.php":2347848280,"src\/CheckDefinitions\/Diskspace.php":601144119,"src\/Models\/Host.php":1918510690,"src\/Models\/Presenters\/HostPresenter.php":18329503,"src\/Models\/Presenters\/CheckPresenter.php":2727929027,"src\/Models\/Check.php":1212806713,"src\/Models\/Concerns\/ThrottlesFailingNotifications.php":3365666026,"src\/Models\/Concerns\/HasProcess.php":3408685965,"src\/Models\/Concerns\/HandlesCheckResult.php":2160153099,"src\/Models\/Concerns\/HasCustomProperties.php":2292721915,"src\/Models\/Enums\/HostHealth.php":567023542,"src\/Models\/Enums\/CheckStatus.php":1552363450,"src\/ServerMonitorServiceProvider.php":3750259434,"tests\/TestCase.php":3134483072,"tests\/IntegrationTest.php":917107858,"tests\/SshServer.php":855952613,"tests\/Commands\/ListChecksTest.php":267168804,"tests\/Commands\/SyncFileTest.php":1716250315,"tests\/Commands\/ListHostsTest.php":3347392432,"tests\/Commands\/DumpChecksTest.php":3998962140,"tests\/Notifications\/NotifiableTest.php":3458863660,"tests\/Notifications\/EventHandlerTest.php":3563638303,"tests\/Events\/CheckFailedTest.php":1161289973,"tests\/Events\/CheckSucceededTest.php":3790365924,"tests\/Events\/CheckWarningTest.php":665624187,"tests\/Events\/CheckRestoredTest.php":1651009126,"tests\/CheckDefinitions\/MemcachedTest.php":274479981,"tests\/CheckDefinitions\/ElasticsearchTest.php":373999619,"tests\/CheckDefinitions\/CheckDefinitionTest.php":3683734489,"tests\/CheckDefinitions\/DiskspaceTest.php":2548913938,"tests\/CheckDefinitions\/MySqlTest.php":930368952,"tests\/Models\/CheckTest.php":2796135470,"tests\/Models\/HostTest.php":3650063739,"tests\/Models\/Concerns\/HasCustomPropertiesTest.php":2594508584,"tests\/Models\/Concerns\/HasProcessTest.php":1392590533,"tests\/Models\/Concerns\/ThrottlesFailingNotificationsTest.php":3926120926}}
{"php":"8.1.1","version":"3.5.0","indent":" ","lineEnding":"\n","rules":{"blank_line_after_namespace":true,"braces":true,"class_definition":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,"visibility_required":{"elements":["method","property"]},"encoding":true,"full_opening_tag":true,"array_syntax":{"syntax":"short"},"ordered_imports":{"sort_algorithm":"alpha"},"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"}},"single_trait_insert_per_statement":true},"hashes":{"src\/Exceptions\/InvalidConfiguration.php":703386932,"src\/Exceptions\/InvalidCheckDefinition.php":3451805005,"src\/Models\/Check.php":1212806713,"src\/Models\/Enums\/CheckStatus.php":1552363450,"src\/Models\/Enums\/HostHealth.php":567023542,"src\/Models\/Presenters\/HostPresenter.php":18329503,"src\/Models\/Presenters\/CheckPresenter.php":2727929027,"src\/Models\/Host.php":1918510690,"src\/Models\/Concerns\/HasProcess.php":3408685965,"src\/Models\/Concerns\/HandlesCheckResult.php":2160153099,"src\/Models\/Concerns\/ThrottlesFailingNotifications.php":3365666026,"src\/Models\/Concerns\/HasCustomProperties.php":2292721915,"src\/Events\/CheckSucceeded.php":2990413357,"src\/Events\/CheckRestored.php":3502790972,"src\/Events\/CheckFailed.php":3762503030,"src\/Events\/Event.php":240575676,"src\/Events\/CheckWarning.php":1828773456,"src\/CheckCollection.php":2078441598,"src\/CheckRepository.php":2857350979,"src\/Notifications\/Notifications\/CheckSucceeded.php":1232705106,"src\/Notifications\/Notifications\/CheckRestored.php":2794347870,"src\/Notifications\/Notifications\/CheckFailed.php":3087249301,"src\/Notifications\/Notifications\/CheckWarning.php":2286431921,"src\/Notifications\/EventHandler.php":2951608977,"src\/Notifications\/Notifiable.php":865712916,"src\/Notifications\/BaseNotification.php":3892384501,"src\/CheckDefinitions\/CheckDefinition.php":1038871990,"src\/CheckDefinitions\/Elasticsearch.php":2347848280,"src\/CheckDefinitions\/MySql.php":549095775,"src\/CheckDefinitions\/Memcached.php":1268172444,"src\/CheckDefinitions\/Diskspace.php":601144119,"src\/ServerMonitorServiceProvider.php":3750259434,"src\/Helpers\/ConsoleOutput.php":3921646346,"src\/HostRepository.php":4200817053,"src\/Commands\/AddHost.php":4128204614,"src\/Commands\/ListChecks.php":3736078715,"src\/Commands\/DeleteHost.php":1646303257,"src\/Commands\/ListHosts.php":1002691964,"src\/Commands\/DumpChecks.php":2275496828,"src\/Commands\/RunChecks.php":1541831881,"src\/Commands\/SyncFile.php":1602268312,"src\/Commands\/BaseCommand.php":594396385,"src\/Manipulators\/Manipulator.php":452535208,"src\/Manipulators\/Passthrough.php":62498431,"tests\/Models\/HostTest.php":3650063739,"tests\/Models\/Concerns\/HasCustomPropertiesTest.php":2594508584,"tests\/Models\/Concerns\/HasProcessTest.php":1392590533,"tests\/Models\/Concerns\/ThrottlesFailingNotificationsTest.php":3926120926,"tests\/Models\/CheckTest.php":2796135470,"tests\/IntegrationTest.php":917107858,"tests\/Events\/CheckWarningTest.php":665624187,"tests\/Events\/CheckSucceededTest.php":3790365924,"tests\/Events\/CheckFailedTest.php":1161289973,"tests\/Events\/CheckRestoredTest.php":1651009126,"tests\/Notifications\/EventHandlerTest.php":3563638303,"tests\/Notifications\/NotifiableTest.php":3458863660,"tests\/CheckDefinitions\/MySqlTest.php":930368952,"tests\/CheckDefinitions\/DiskspaceTest.php":2548913938,"tests\/CheckDefinitions\/CheckDefinitionTest.php":3683734489,"tests\/CheckDefinitions\/ElasticsearchTest.php":373999619,"tests\/CheckDefinitions\/MemcachedTest.php":274479981,"tests\/TestCase.php":3134483072,"tests\/SshServer.php":855952613,"tests\/Commands\/ListHostsTest.php":3347392432,"tests\/Commands\/ListChecksTest.php":267168804,"tests\/Commands\/SyncFileTest.php":1716250315,"tests\/Commands\/DumpChecksTest.php":3998962140}}

0 comments on commit 4eba0d0

Please sign in to comment.