AntonShevchuk on 8.x-dev
Start migration to PHP 8.0 (compare)
AntonShevchuk on 8.x-dev
Start migration to PHP 8.0 (compare)
AntonShevchuk on 8.x-dev
Merge branch 'master' of https:… Merge branch 'master' of https:… Start migration to PHP 8.0 (compare)
AntonShevchuk on master
Updated Scrutinizer config Updated config Removed requirejs, and migrate … and 5 more (compare)
AntonShevchuk on master
Updated codestyle Merge branch 'master' of https:… Updated CI config and 1 more (compare)
AntonShevchuk on master
Fixed small issue Updated migration declaration Fixed migration to new Twitter … and 3 more (compare)
AntonShevchuk on master
Small update of configs Merge pull request #483 from bl… (compare)
AntonShevchuk on develop
Merge pull request #472 from bl… Merge pull request #474 from bl… Merge pull request #475 from bl… and 8 more (compare)
AntonShevchuk on master
Updated Scrutinizer config Universal format for configs Updated CI config and 1 more (compare)
AntonShevchuk on 8.x-dev
AntonShevchuk on 8.x-dev
Merge branch 'master' of https:… Small update of configs (compare)
AntonShevchuk on master
Create php.yml (compare)
return false
в контроллере
methodPost()
и подобные стали публичнымиreturn
/**
* @accept JSON
* @method POST
* @return mixed
*/
function () {
$restController = new Controller\Rest();
$restController->setCrud(Test\Crud::getInstance());
return $restController->methodPost();
};