Passed
Pull Request — develop (#17)
by
unknown
16:34
created
src/variables/ViteVariableTrait.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,14 +104,14 @@
 block discarded – undo
104 104
     /**
105 105
      * Inline the contents of a local file (via path) or remote file (via URL) in your templates.
106 106
      * Yii2 aliases and/or environment variables may be used.
107
-	 * If $manifest is true, the local file path will be returned from the manifest
107
+     * If $manifest is true, the local file path will be returned from the manifest
108 108
      *
109 109
      * @param string $pathOrUrl
110 110
      * @param boolean $manifest
111 111
      *
112 112
      * @return Markup
113 113
      */
114
-	public function inline(string $pathOrUrl, bool $manifest=false): Markup
114
+    public function inline(string $pathOrUrl, bool $manifest=false): Markup
115 115
     {
116 116
         if ($manifest) {
117 117
             $manifestPath = $this->viteService->manifestAsset($pathOrUrl, true);
Please login to merge, or discard this patch.