Skip to content

Commit cc5c0d9

Browse files
committed
removing unnecessary return type (and incorrect)
1 parent 4d2743d commit cc5c0d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Util/ClassDetails.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ public function __construct(string $fullClassName)
2525

2626
/**
2727
* Get list of property names except "id" for use in a make:form context.
28-
*
29-
* @return array|null
3028
*/
3129
public function getFormFields(): array
3230
{

0 commit comments

Comments
 (0)