Skip to content

Commit

Permalink
fix missing eol
Browse files Browse the repository at this point in the history
  • Loading branch information
ixarlie committed Jan 11, 2024
1 parent 57843f5 commit 890dbbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ private function createExclusion(?Annotation\Exclusion $exclusion = null): ?Excl

return $exclusion;
}
}
}
2 changes: 1 addition & 1 deletion src/Configuration/Metadata/Driver/AttributeDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ static function (\ReflectionAttribute $attribute): object {
$class->getAttributes()
);
}
}
}

0 comments on commit 890dbbd

Please sign in to comment.