We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BladeCompiler.php
1 parent bcaebba commit 980a94aCopy full SHA for 980a94a
src/Illuminate/View/Compilers/BladeCompiler.php
@@ -116,7 +116,7 @@ class BladeCompiler extends Compiler implements CompilerInterface
116
protected $footer = [];
117
118
/**
119
- * Array to temporary store the raw blocks found in the template.
+ * Array to temporarily store the raw blocks found in the template.
120
*
121
* @var array
122
*/
@@ -425,7 +425,7 @@ protected function restoreRawContent($result)
425
}
426
427
428
- * Get a placeholder to temporary mark the position of raw blocks.
+ * Get a placeholder to temporarily mark the position of raw blocks.
429
430
* @param int|string $replace
431
* @return string
0 commit comments