Skip to content

Commit

Permalink
Merge pull request #19 from voku/analysis-8Q4Yjz
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
voku committed Oct 5, 2015
2 parents 0c6f95e + 5b7de71 commit 6892d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CssToInlineStyles.php
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ private function getEncoding()
*
* @return \DOMXPath
*/
private function createXPath(\DOMDocument $document, Array $cssRules)
private function createXPath(\DOMDocument $document, array $cssRules)
{
$xPath = new \DOMXPath($document);

Expand Down

0 comments on commit 6892d1b

Please sign in to comment.