@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | /** |
| 75 | 75 | * Move any import statements to the top. |
| 76 | 76 | * |
| 77 | - * @param $content string Nearly finished CSS content |
|
| 77 | + * @param string $content string Nearly finished CSS content |
|
| 78 | 78 | * |
| 79 | 79 | * @return string |
| 80 | 80 | */ |
@@ -590,7 +590,7 @@ discard block |
||
| 590 | 590 | /** |
| 591 | 591 | * Check if file is small enough to be imported. |
| 592 | 592 | * |
| 593 | - * @param $path The path to the file. |
|
| 593 | + * @param string $path The path to the file. |
|
| 594 | 594 | * @return bool |
| 595 | 595 | */ |
| 596 | 596 | protected function canImportBySize($path) |
@@ -601,7 +601,7 @@ discard block |
||
| 601 | 601 | /** |
| 602 | 602 | * Check if current file was not imported previously in the same import chain. |
| 603 | 603 | * |
| 604 | - * @param $path The path to the file. |
|
| 604 | + * @param string $path The path to the file. |
|
| 605 | 605 | * @return bool |
| 606 | 606 | * @throws FileImportException |
| 607 | 607 | */ |