Completed
Push — develop ( c2df30...81e5e2 )
by Romain
02:16
created
src/Controller/Component/GcmComponent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      *
25 25
      * @param array $config Array of configuration settings
26 26
      */
27
-    public function initialize(array $config= [])
27
+    public function initialize(array $config = [])
28 28
     {
29 29
         parent::initialize($config);
30 30
         $this->_gcm = new Gcm($config);
Please login to merge, or discard this patch.