Skip to content

Commit

Permalink
PHPDoc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasmullie committed Feb 17, 2016
1 parent 61625a6 commit 3176239
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/CSS.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function setImportExtensions(array $extensions)
/**
* Move any import statements to the top.
*
* @param $content string Nearly finished CSS content
* @param string $content Nearly finished CSS content
*
* @return string
*/
Expand All @@ -95,9 +95,9 @@ protected function moveImportsToTop($content)
* @import's will be loaded and their content merged into the original file,
* to save HTTP requests.
*
* @param string $source The file to combine imports for.
* @param string $content The CSS content to combine imports for.
* @param array $parents Parent paths, for circular reference checks.
* @param string $source The file to combine imports for.
* @param string $content The CSS content to combine imports for.
* @param string[] $parents Parent paths, for circular reference checks.
*
* @return string
*
Expand Down

0 comments on commit 3176239

Please sign in to comment.