Skip to content

Commit

Permalink
fixed undefined notice
Browse files Browse the repository at this point in the history
  • Loading branch information
cnizzardini committed May 1, 2020
1 parent 5e36ba9 commit ac89cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lib/Annotation/SwagEntityAttribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function __construct(array $values)
}

$values = array_merge(
['type' => 'string', 'readOnly' => false, 'writeOnly' => false, 'required' => false],
['type' => 'string', 'description' => '', 'readOnly' => false, 'writeOnly' => false, 'required' => false],
$values
);

Expand Down

0 comments on commit ac89cd0

Please sign in to comment.