Skip to content

Commit

Permalink
#2341 - Rename headers file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Jan 23, 2022
1 parent eba028e commit 6bc75b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/ArgInfoDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ private function getReturnType(): string
*/
private function renderPhalconCompatible(): bool
{
$compatibilityClasses = require __DIR__.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'config/compatibility-headers.php';
$compatibilityClasses = require __DIR__.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'config/phalcon-compatibility-headers.php';
$classDefinition = $this->functionLike->getClassDefinition();
$implementedInterfaces = $classDefinition !== null ? $classDefinition->getImplementedInterfaces() : [];
$extendsClass = $classDefinition->getExtendsClass() ?? null;
Expand Down

0 comments on commit 6bc75b2

Please sign in to comment.