Passed
Push — develop ( 07c880...c0d8c6 )
by Andrew
07:52
created
src/events/IncludeContainerEvent.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,5 +26,5 @@
 block discarded – undo
26 26
     /**
27 27
      * @var bool Whether to include the container.
28 28
      */
29
-     public $include;
29
+        public $include;
30 30
 }
Please login to merge, or discard this patch.
src/config.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
     // If `devMode` is on, prefix the <title> with this string
58 58
     'devModeTitlePrefix' => '&#x1f6a7; ',
59 59
 
60
-     //  Prefix the Control Panel <title> with this string
60
+        //  Prefix the Control Panel <title> with this string
61 61
     'cpTitlePrefix' => '&#x2699; ',
62 62
 
63 63
     // If `devMode` is on, prefix the Control Panel <title> with this string
Please login to merge, or discard this patch.
src/controllers/SettingsController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -599,8 +599,8 @@
 block discarded – undo
599 599
         string $sourceBundleType,
600 600
         string $sourceHandle,
601 601
         string $siteHandle = null,
602
-               $typeId = null,
603
-               $loadFromSiteHandle = null
602
+                $typeId = null,
603
+                $loadFromSiteHandle = null
604 604
     ): Response
605 605
     {
606 606
         $variables = [];
Please login to merge, or discard this patch.
src/gql/resolvers/SitemapResolver.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -111,12 +111,12 @@
 block discarded – undo
111 111
     }
112 112
 
113 113
 /**
114
-     * Get all the sitemap index items by params.
115
-     *
116
-     * @param array $params
117
-     * @return array
118
-     * @throws \yii\web\NotFoundHttpException
119
-     */
114
+ * Get all the sitemap index items by params.
115
+ *
116
+ * @param array $params
117
+ * @return array
118
+ * @throws \yii\web\NotFoundHttpException
119
+ */
120 120
     public static function getSitemapStyles($source, $arguments, $context, ResolveInfo $resolveInfo): array
121 121
     {
122 122
         return [
Please login to merge, or discard this patch.