Skip to content

Commit 5d4b26e

Browse files
committed
Apply fixes from StyleCI
1 parent 2b1ad99 commit 5d4b26e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/View/Factory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class Factory implements FactoryContract
9292

9393
/**
9494
* The cached array of engines for paths.
95-
*
95+
*
9696
* @var array
9797
*/
9898
protected $pathEngineCache = [];
@@ -485,7 +485,7 @@ public function addExtension($extension, $engine, $resolver = null)
485485
unset($this->extensions[$extension]);
486486

487487
$this->extensions = array_merge([$extension => $engine], $this->extensions);
488-
488+
489489
$this->pathEngineCache = [];
490490
}
491491

0 commit comments

Comments
 (0)