Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
2 changed files with 3 additions and 2 deletions
Showing only changes of commit fff46421bf - Show all commits

View File

@ -187,7 +187,7 @@ class Controller {
/**
* Attempt login authentication
*
* @return bool
* @return void
*/
public function login_action()
{

View File

@ -13,6 +13,7 @@
namespace Aviat\Ion\View;
use Aviat\Ion\View\HttpView;
use Aviat\Ion\View as BaseView;
/**
* View class to serialize Json
@ -30,7 +31,7 @@ class JsonView extends HttpView {
* Set the output string
*
* @param mixed $string
* @return View
* @return BaseView
*/
public function setOutput($string)
{