Skip to content

Commit

Permalink
[8.0] Doc block tweaks in BladeCompiler.php (#40772)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle authored Feb 2, 2022
1 parent d204e0f commit f9f3ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compilers/BladeCompiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class BladeCompiler extends Compiler implements CompilerInterface
protected $footer = [];

/**
* Array to temporary store the raw blocks found in the template.
* Array to temporarily store the raw blocks found in the template.
*
* @var array
*/
Expand Down Expand Up @@ -425,7 +425,7 @@ protected function restoreRawContent($result)
}

/**
* Get a placeholder to temporary mark the position of raw blocks.
* Get a placeholder to temporarily mark the position of raw blocks.
*
* @param int|string $replace
* @return string
Expand Down

0 comments on commit f9f3ab8

Please sign in to comment.