Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/zendframework/zendframework#6743-if-spacing-psr2…
Browse files Browse the repository at this point in the history
…-compliance' into develop

Forward port zendframework/zendframework#6743
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Document/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function ($matches) {
);

// Classes
if(false === strpos($expression, "[@")) {
if (false === strpos($expression, "[@")) {
$expression = preg_replace(
'|\.([a-z][a-z0-9_-]*)|i',
"[contains(concat(' ', normalize-space(@class), ' '), ' \$1 ')]",
Expand Down

0 comments on commit 624298c

Please sign in to comment.