Assets/Manager.php 8

Type Line Description
error 26 Argument $path is missing from the Docblock of addCss()
error 26 Argument $local is missing from the Docblock of addCss()
error 26 Argument $filter is missing from the Docblock of addCss()
error 26 Argument $attributes is missing from the Docblock of addCss()
error 40 Argument $path is missing from the Docblock of addJs()
error 40 Argument $local is missing from the Docblock of addJs()
error 40 Argument $filter is missing from the Docblock of addJs()
error 40 Argument $attributes is missing from the Docblock of addJs()

Db/Mapping/Json.php 1

Type Line Description
error 37 Argument $value is missing from the Docblock of resolve()

Cli/OptionParser.php 3

Type Line Description
error 78 Argument $argv is missing from the Docblock of parse()
error 152 Argument $key is missing from the Docblock of toBoolean()
error 152 Argument $default is missing from the Docblock of toBoolean()

Mvc/Router/Route/RestRoute.php 2

Type Line Description
error 30 Argument $router is missing from the Docblock of add()
error 30 Argument $route is missing from the Docblock of add()

Mvc/Router/Route/BaseRoute.php 2

Type Line Description
error 31 Argument $router is missing from the Docblock of add()
error 31 Argument $route is missing from the Docblock of add()

Mvc/Router/Route/DefaultRoute.php 2

Type Line Description
error 31 Argument $router is missing from the Docblock of add()
error 31 Argument $route is missing from the Docblock of add()

Mvc/Router/Route/StaticRoute.php 2

Type Line Description
error 30 Argument $router is missing from the Docblock of add()
error 30 Argument $route is missing from the Docblock of add()

Mvc/Router/Route/NotfoundRoute.php 2

Type Line Description
error 31 Argument $router is missing from the Docblock of add()
error 31 Argument $route is missing from the Docblock of add()

DI/Service/Component/Renderer.php 4

Type Line Description
error 44 Argument $view is missing from the Docblock of __construct()
error 52 Argument $name is missing from the Docblock of setModuleName()
error 62 Argument $name is missing from the Docblock of setTemplateName()
error 72 Argument $params is missing from the Docblock of render()

DI/Service/ComponentAbstract.php 3

Type Line Description
error 56 Argument $renderer is missing from the Docblock of __construct()
error 78 Argument $renderer is missing from the Docblock of setRenderer()
error 95 Argument $params is missing from the Docblock of render()

DI/Scaffolding.php 8

Type Line Description
error 90 Argument $adapter is missing from the Docblock of __construct()
error 110 Argument $entity is missing from the Docblock of getForm()
error 131 Argument $name is missing from the Docblock of setFormName()
error 140 Argument $name is missing from the Docblock of setModelName()
error 161 Argument $values is missing from the Docblock of doCreate()
error 170 Argument $id is missing from the Docblock of doUpdate()
error 170 Argument $values is missing from the Docblock of doUpdate()
error 179 Argument $id is missing from the Docblock of doDelete()

DI/Scaffolding/Adapter/Mongo.php 2

Type Line Description
error 50 Argument $id is missing from the Docblock of retrieveOne()
error 64 Argument $scaffolding is missing from the Docblock of setScaffolding()

DI/Scaffolding/Adapter/Mysql.php 3

Type Line Description
error 46 Argument $id is missing from the Docblock of retrieveOne()
error 60 Argument $scaffolding is missing from the Docblock of setScaffolding()
error 69 Argument $di is missing from the Docblock of verifyRequiredServices()