This website requires JavaScript.
Explore
Help
Register
Sign In
Cavemanon
/
piratepoet
Watch
8
Fork
0
You've already forked piratepoet
Code
Pull Requests
Actions
Releases
16
Activity
Files
f36b117987d1fe7b7189b4b6ee7a8ca0379348a1
piratepoet
/
mailpoet
/
lib
/
Automation
/
Engine
/
Validation
/
AutomationRules
History
Jan Lysý
525c80bac4
Fix PHPStan warnings in lib
...
[MAILPOET-5751]
2023-12-13 11:48:14 +01:00
..
AtLeastOneTriggerRule.php
…
ConsistentStepMapRule.php
Cast steps array key to string
2023-04-26 09:56:08 +02:00
NoCycleRule.php
Make next step ID nullable (ability to save multiple edges without next steps)
2023-10-23 17:09:16 +02:00
NoDuplicateEdgesRule.php
Make next step ID nullable (ability to save multiple edges without next steps)
2023-10-23 17:09:16 +02:00
NoJoinRule.php
Make next step ID nullable (ability to save multiple edges without next steps)
2023-10-23 17:09:16 +02:00
NoUnreachableStepsRule.php
Fix edge case for NoUnreachableStepsRuleTest
2023-10-23 17:09:16 +02:00
TriggerNeedsToBeFollowedByActionRule.php
Make next step ID nullable (ability to save multiple edges without next steps)
2023-10-23 17:09:16 +02:00
TriggersUnderRootRule.php
Make next step ID nullable (ability to save multiple edges without next steps)
2023-10-23 17:09:16 +02:00
UnknownStepRule.php
…
ValidStepArgsRule.php
…
ValidStepFiltersRule.php
Validate that fields in filters are provided by subjects available in the automation
2023-10-23 17:09:16 +02:00
ValidStepOrderRule.php
…
ValidStepRule.php
Fix PHPStan warnings in lib
2023-12-13 11:48:14 +01:00
ValidStepValidationRule.php
…