Skip to content

Commit

Permalink
Fix parameter view not showing correct parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
M165437 committed Mar 24, 2020
1 parent 318a155 commit 62a609b
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -21,8 +21,8 @@
"require": {
"php": ">=5.6.4",
"laravel/framework": ">=5.4|~7.0",
"hmaus/drafter-php": "^6.0",
"hmaus/reynaldo": "^0.1.3",
"hmaus/drafter-php": "^6.1.1",
"hmaus/reynaldo": "^0.1.5",
"erusev/parsedown": "^1.7.0",
"erusev/parsedown-extra": "^0.7.1"
},
2 changes: 1 addition & 1 deletion resources/views/parameters.blade.php
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
</td>
<td>
<p>
<code>string</code>
<code>{{$parameter->type}}</code>
@if ($parameter->required)
&nbsp;({{ $parameter->required }})
@endif

0 comments on commit 62a609b

Please sign in to comment.