Tomasz Brodzinski
Results
1
comments of
Tomasz Brodzinski
Well, `FingersCrossedHandler` implements `FormattableHandlerInterface` so it means you can use `setFormatter()` method, but it works fine only if the "inner" handler also implements `FromattablehandlerInterface`. `GroupHandler` doesn't implement it so it...