Completed
Push — master ( 5ad8d5...1141d7 )
by
unknown
04:22
created
src/Chart.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
 
132 132
 	   array_pop($path);
133 133
 
134
-	   foreach($path as $step)
134
+	   foreach ($path as $step)
135 135
 	   {
136 136
 	     $loc = &$loc[$step];
137 137
 	   }
Please login to merge, or discard this patch.
src/ChartServiceProvider.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
 use Illuminate\Support\Collection;
6 6
 use Illuminate\Support\ServiceProvider;
7 7
 
8
-class ChartServiceProvider extends ServiceProvider{
8
+class ChartServiceProvider extends ServiceProvider {
9 9
 
10 10
     /**
11 11
      * Indicates if loading of the provider is deferred.
Please login to merge, or discard this patch.
src/Rendered/Subset.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 
29 29
     public function handle($key, $content)
30 30
     {
31
-        if ($key == 'series' && (! $this->cascade || starts_with($this->cascade, 'series.'))) {
31
+        if ($key == 'series' && (!$this->cascade || starts_with($this->cascade, 'series.'))) {
32 32
             $content = [$content];
33 33
         }
34 34
 
Please login to merge, or discard this patch.