Skip to content

Commit ec88c09

Browse files
author
Greg Bowler
committed
test: autoload path
1 parent da49472 commit ec88c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ruleset name="PHP.Gt Standard" namespace="Gt\CS\Standard">
33
<description>Created from PHP.Gt/Styleguide</description>
44
<arg name="extensions" value="php" />
5-
<autoload>./vendor/autoload.php</autoload>
5+
<autoload>vendor/autoload.php</autoload>
66

77
<rule ref="Generic.Classes.DuplicateClassName" />
88
<rule ref="Generic.Classes.OpeningBraceSameLine" />

0 commit comments

Comments
 (0)