Skip to content

Commit d5574cc

Browse files
Исправление в оформлении кода
1 parent a6c846b commit d5574cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Entity.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ class Entity implements EntityInterface {
2323
/**
2424
* @inheritDoc
2525
*/
26-
public static function getConstants(): array {
26+
public static function getConstants(): array
27+
{
2728
$reflectionClass = new ReflectionClass(__CLASS__);
2829

2930
return $reflectionClass->getConstants();

0 commit comments

Comments
 (0)