Skip to content

Commit eac970a

Browse files
committed
wip
1 parent 0a95855 commit eac970a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ coverage
66
output
77
docs/node_modules
88
docs/.vuepress/dist
9-
.php_cs.cache
9+
.php_cs.cache1
1010
.phpunit.result.cache

.php_cs.cache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"php":"7.4.6","version":"2.16.4:v2.16.4#1023c3458137ab052f6ff1e09621a721bfdeca13","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_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":true,"encoding":true,"full_opening_tag":true,"array_syntax":{"syntax":"short"},"ordered_imports":{"sortAlgorithm":"alpha"},"no_unused_imports":true,"not_operator_with_successor_space":true,"trailing_comma_in_multiline_array":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},"hashes":{"src\/Constraints\/SendScheduleConstraint.php":1560191468,"src\/LaravelMailatorServiceProvider.php":2856073029,"src\/Models\/MailatorSchedule.php":1576939518,"src\/Models\/MailatorLog.php":2389082039,"src\/Exceptions\/InstanceException.php":3148717182,"src\/LaravelMailator.php":2400267913,"src\/Scheduler.php":2350220382,"src\/Actions\/SendMailAction.php":2706367521,"src\/LaravelMailatorFacade.php":979572002,"src\/Jobs\/SendMailJob.php":2514949383,"src\/Events\/ScheduleMailSentEvent.php":1474721612,"tests\/database\/factories\/MailatorScheduleFactory.php":1183362450,"tests\/Fixtures\/SingleSendingCondition.php":1762964641,"tests\/Fixtures\/InvoiceReminderMailable.php":636776,"tests\/Fixtures\/BeforeInvoiceExpiresConstraint.php":3604949673,"tests\/Feature\/Models\/MailatorScheduleTest.php":2888042627,"tests\/TestCase.php":3224517909}}

0 commit comments

Comments
 (0)