Skip to content

Commit a274fc7

Browse files
committed
formatting
1 parent 545875f commit a274fc7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Illuminate/View/Compilers/BladeCompiler.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ public function compile($path = null)
153153
$contents = $this->appendFilePath($contents);
154154
}
155155

156-
$compiledPath = $this->getCompiledPath($this->getPath());
157-
158-
$this->ensureCompiledDirectoryExists($compiledPath);
156+
$this->ensureCompiledDirectoryExists(
157+
$compiledPath = $this->getCompiledPath($this->getPath())
158+
);
159159

160160
$this->files->put($compiledPath, $contents);
161161
}

src/Illuminate/View/Compilers/Compiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function isExpired($path)
7373
}
7474

7575
/**
76-
* Create the file compiled directory if necessary.
76+
* Create the compiled file directory if necessary.
7777
*
7878
* @param string $path
7979
* @return void

0 commit comments

Comments
 (0)