Skip to content

Commit

Permalink
Исправление в оформлении кода
Browse files Browse the repository at this point in the history
  • Loading branch information
mepihindeveloper committed Mar 18, 2021
1 parent a6c846b commit d5574cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class Entity implements EntityInterface {
/**
* @inheritDoc
*/
public static function getConstants(): array {
public static function getConstants(): array
{
$reflectionClass = new ReflectionClass(__CLASS__);

return $reflectionClass->getConstants();
Expand Down

0 comments on commit d5574cc

Please sign in to comment.