Skip to content

Commit bbfdb60

Browse files
committed
formatting
1 parent ed1ede2 commit bbfdb60

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Illuminate/View/Compilers/BladeCompiler.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ class BladeCompiler extends Compiler implements CompilerInterface
3838
protected $customDirectives = [];
3939

4040
/**
41-
* All custom directives conditions, used
42-
* by the "if" and "check" methods
43-
*
41+
* All custom "if" directives.
42+
*
4443
* @var array
4544
*/
4645
protected $conditions = [];

0 commit comments

Comments
 (0)