Skip to content

Commit 980a94a

Browse files
authored
[8.0] Doc block tweaks in BladeCompiler.php (#40772)
1 parent bcaebba commit 980a94a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/View/Compilers/BladeCompiler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class BladeCompiler extends Compiler implements CompilerInterface
116116
protected $footer = [];
117117

118118
/**
119-
* Array to temporary store the raw blocks found in the template.
119+
* Array to temporarily store the raw blocks found in the template.
120120
*
121121
* @var array
122122
*/
@@ -425,7 +425,7 @@ protected function restoreRawContent($result)
425425
}
426426

427427
/**
428-
* Get a placeholder to temporary mark the position of raw blocks.
428+
* Get a placeholder to temporarily mark the position of raw blocks.
429429
*
430430
* @param int|string $replace
431431
* @return string

0 commit comments

Comments
 (0)