Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Apr 12, 2021
1 parent 3fc8d6d commit c358ead
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
<?php

if (!class_exists('Test4Config')) {
if (!class_exists(\Test4Config::class)) {
class Test4Config extends PhpCsFixer\Config {}
}

Expand Down

0 comments on commit c358ead

Please sign in to comment.