Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tdascoli authored and tdascoli committed Jul 21, 2022
1 parent c3e616a commit 7ae8954
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Apollo29/SlimSkeletonCli/SlimCli.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public function getCommands() : array

public function getVersion(): string
{
return '1.1.3';
return '1.1.4';
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ final class _ROUTE_ReadAction
* @param _ROUTE_Reader $viewer The service
* @param JsonRenderer $renderer The responder
*/
public function __construct(_ROUTE_Reader $ciewer, JsonRenderer $renderer)
public function __construct(_ROUTE_Reader $viewer, JsonRenderer $renderer)
{
$this->reader = $ciewer;
$this->reader = $viewer;
$this->renderer = $renderer;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ final class _ROUTE_UpdateAction
* The constructor.
*
* @param JsonRenderer $renderer The responder
* @param _ROUTE_Updater $eventUpdater The service
* @param _ROUTE_Updater $updater The service
*/
public function __construct(JsonRenderer $renderer, _ROUTE_Updater $updater)
{
Expand Down

0 comments on commit 7ae8954

Please sign in to comment.