| @@ -26,5 +26,5 @@ | ||
| 26 | 26 | /** | 
| 27 | 27 | * @var bool Whether to include the container. | 
| 28 | 28 | */ | 
| 29 | - public $include; | |
| 29 | + public $include; | |
| 30 | 30 | } | 
| @@ -57,7 +57,7 @@ | ||
| 57 | 57 | // If `devMode` is on, prefix the <title> with this string | 
| 58 | 58 | 'devModeTitlePrefix' => '🚧 ', | 
| 59 | 59 | |
| 60 | - // Prefix the Control Panel <title> with this string | |
| 60 | + // Prefix the Control Panel <title> with this string | |
| 61 | 61 | 'cpTitlePrefix' => '⚙ ', | 
| 62 | 62 | |
| 63 | 63 | // If `devMode` is on, prefix the Control Panel <title> with this string | 
| @@ -599,8 +599,8 @@ | ||
| 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 = []; | 
| @@ -111,12 +111,12 @@ | ||
| 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 [ |