Completed
Push — master ( 61569d...e55815 )
by Raffael
01:45
created
src/Auth/Adapter/AbstractAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
      * @param   Iterable $config
56 56
      * @return  void
57 57
      */
58
-    public function __construct(Logger $logger, ?Iterable $config=null)
58
+    public function __construct(Logger $logger, ?Iterable $config = null)
59 59
     {
60 60
         $this->logger = $logger;
61 61
         $this->setOptions($config);
Please login to merge, or discard this patch.