Skip to content

Commit

Permalink
fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Aug 18, 2020
1 parent c72de31 commit 735ed29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/openapi/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ class Generator extends Component
* ]
* ```
* + The key is the endpointName to resolve, lets say the url.
* + Value is an arrayoperationId
* + Value is an array containing `class` and `module` * + Value is an arrayoperationId
* + + Value is an array containing `class` and `module`
*/
public function __construct(UrlManager $urlManager, array $controllerMap = [])
{
Expand Down

0 comments on commit 735ed29

Please sign in to comment.