Skip to content

Commit e04ab35

Browse files
authored
Rename EndPointInterface.php to EndpointInterface.php
PSR-4 autoloading won't load if the capitalization is wrong and .git configs ignore changes of filename casing by default 💩
1 parent 7f81fed commit e04ab35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VerifierServer/Endpoints/EndPointInterface.php renamed to src/VerifierServer/Endpoints/EndpointInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ public function handle(
3232
string &$body,
3333
bool $bypass_token = false
3434
): void;
35-
}
35+
}

0 commit comments

Comments
 (0)