@@ -107,6 +107,9 @@ |
||
107 | 107 | ->setFields($attachmentFields); |
108 | 108 | } |
109 | 109 | |
110 | + /** |
|
111 | + * @param Collection $alternativeHandlers |
|
112 | + */ |
|
110 | 113 | protected function containsHelpHandler($alternativeHandlers) |
111 | 114 | { |
112 | 115 | $alternativeHandlers->first(function (SignatureHandler $handler) { |