Completed
Push — master ( 61a4ab...a43b76 )
by Julien
07:08 queued 04:33
created
src/Event/AddEvent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@
 block discarded – undo
192 192
                 null,
193 193
                 null,
194 194
                 false,
195
-                function (string $value) use ($availableExtensions) {
195
+                function(string $value) use ($availableExtensions) {
196 196
                     if (\trim($value) !== '' && !\in_array($value, $availableExtensions, true)) {
197 197
                         throw new \InvalidArgumentException('Unknown extension ' . $value);
198 198
                     }
Please login to merge, or discard this patch.