You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was squashed before being merged into the 3.2-dev branch (closes#19187).
Discussion
----------
[Workflow] CS tweaks
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | ~
| License | MIT
| Doc PR | ~
Just a few minor tweaks/fixes after playing around with it. Some phpdoc should still be added imo, like missing `@throws`, right?
Commits
-------
5428a92 [Workflow] CS tweaks
if ($this->supports($workflow, $className, $subject, $workflowName)) {
39
39
if ($matched) {
40
40
thrownewInvalidArgumentException('At least two workflows match this subject. Set a different name on each and use the second (name) argument of this method.');
41
41
}
@@ -50,9 +50,9 @@ public function get($subject, $workflowName = null)
0 commit comments