Skip to content

Commit

Permalink
Fixed indent
Browse files Browse the repository at this point in the history
  • Loading branch information
yousan committed Jun 3, 2018
1 parent 08b9c5e commit f1e3e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/scaffold.feature
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ Feature: WordPress code scaffolding
"""
And the {PLUGIN_DIR}/hello-world/phpcs.xml.dist file should contain:
"""
<rule ref="PHPCompatibility"/>
<config name="testVersion" value="5.3-"/>
<rule ref="PHPCompatibility"/>
<config name="testVersion" value="5.3-"/>
"""
And the {PLUGIN_DIR}/hello-world/hello-world.php file should contain:
"""
Expand Down

0 comments on commit f1e3e53

Please sign in to comment.