Skip to content

Commit e30503d

Browse files
RoccoHowardmatthiasmullie
authored andcommitted
Backslashed @import comment (#1)
reflection-docblock treats this as a tag "does not seem to be wellformed, please check it for errors" Backlashing ensures this non-import is ignored.
1 parent 0e892db commit e30503d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CSS.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ protected function moveImportsToTop($content)
106106
/**
107107
* Combine CSS from import statements.
108108
*
109-
* Import statements will be loaded and their content merged into the original
110-
* file, to save HTTP requests.
109+
* \@import's will be loaded and their content merged into the original file,
110+
* to save HTTP requests.
111111
*
112112
* @param string $source The file to combine imports for
113113
* @param string $content The CSS content to combine imports for

0 commit comments

Comments
 (0)