Passed
Pull Request — master (#6)
by
unknown
02:02
created
src/Extensions/ElementalSubsiteExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
         if (SubsiteState::singleton()->withState()) {
61 61
             $subsiteID = SubsiteState::singleton()->withState();
62 62
         } else {
63
-            $subsiteID = (int) SubsiteState::singleton()->getSubsiteId();
63
+            $subsiteID = (int)SubsiteState::singleton()->getSubsiteId();
64 64
         }
65 65
 
66 66
         // Get the base table name
Please login to merge, or discard this patch.