Completed
Push — master ( 8c8c9d...d28873 )
by Krzysztof
04:21 queued 02:09
created
src/Component/Remote/BurzeDzisNet/WeatherAlert.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      */
45 45
     public function __construct(WeatherAlert $alert = null)
46 46
     {
47
-        $this->alerts = ($alert != null) ? $alert->toArray() :  [];
47
+        $this->alerts = ($alert != null) ? $alert->toArray() : [];
48 48
     }
49 49
 
50 50
     /**
Please login to merge, or discard this patch.
tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * file that was distributed with this source code.
6 6
  */
7 7
 
8
-spl_autoload_register(function ($className) {
8
+spl_autoload_register(function($className) {
9 9
     if (class_exists($className) === true) {
10 10
         return;
11 11
     }
Please login to merge, or discard this patch.