Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Apr 22, 2024
1 parent 2b1ad99 commit 5d4b26e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/View/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Factory implements FactoryContract

/**
* The cached array of engines for paths.
*
*
* @var array
*/
protected $pathEngineCache = [];
Expand Down Expand Up @@ -485,7 +485,7 @@ public function addExtension($extension, $engine, $resolver = null)
unset($this->extensions[$extension]);

$this->extensions = array_merge([$extension => $engine], $this->extensions);

$this->pathEngineCache = [];
}

Expand Down

0 comments on commit 5d4b26e

Please sign in to comment.