Skip to content

Commit

Permalink
Apply fixes from StyleCI (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: StyleCI Bot <[email protected]>
  • Loading branch information
Smoggert and StyleCIBot authored May 22, 2024
1 parent df7436a commit 2f0719d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parsers/DefaultLaravelAttributeParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected function handleBoolean(Parameter $parameter): void

$schema = new Schema($is_not_json ? Schema::INTEGER_TYPE : Schema::BOOLEAN_TYPE);

if($is_not_json) {
if ($is_not_json) {
$schema->setMinimum(0);
$schema->setMaximum(1);
}
Expand Down

0 comments on commit 2f0719d

Please sign in to comment.