Skip to content

Commit

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

0 comments on commit 1d0b55f

Please sign in to comment.