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
[TASK] Have setPosition() implement fluent interface (#1259)
This will aid writing tests for `RuleSet`.
Note that the PHP type annotation cannot be `self` because an interface is
involved and PHP 7 is still supported.
Part of #974.
0 commit comments