router/Router.php 3

Type Line Description
error 21 No summary for class \hymie\router\Router
error 35 Argument $modules is missing from the Docblock of __construct
error 35 No summary for method __construct()

Result.php 8

Type Line Description
error 163 Argument $view is missing from the Docblock of setView
error 163 No summary for method setView()
error 169 Argument $message is missing from the Docblock of message
error 169 No summary for method message()
error 175 No summary for method getView()
error 180 No summary for method getModel()
error 185 No summary for method getStatus()
error 190 No summary for method getMessage()

pager/Pager.php 7

Type Line Description
error 132 Name of argument $adapterObjOrClassName does not match with the DocBlock's name $name in getPager()
notice 132 Parameter $name could not be found in getPager()
error 200 Argument $adapter is missing from the Docblock of __construct
error 266 Name of argument $page does not match with the DocBlock's name $config in initKeyParam()
error 266 Argument $pageSize is missing from the Docblock of initKeyParam
error 266 Name of argument $pageSize does not match with the DocBlock's name $config in initKeyParam()
notice 266 Parameter $config could not be found in initKeyParam()

cache/Cache.php 12

Type Line Description
error 128 Argument $key is missing from the Docblock of get
error 128 Argument $default is missing from the Docblock of get
error 137 Argument $key is missing from the Docblock of set
error 137 Argument $value is missing from the Docblock of set
error 137 Argument $ttl is missing from the Docblock of set
error 146 Argument $key is missing from the Docblock of delete
error 163 Argument $keys is missing from the Docblock of getMultiple
error 163 Argument $default is missing from the Docblock of getMultiple
error 175 Argument $values is missing from the Docblock of setMultiple
error 175 Argument $ttl is missing from the Docblock of setMultiple
error 187 Argument $keys is missing from the Docblock of deleteMultiple
error 199 Argument $key is missing from the Docblock of has

cache/ArrayCache.php 12

Type Line Description
error 135 Argument $key is missing from the Docblock of get
error 135 Argument $default is missing from the Docblock of get
error 144 Argument $key is missing from the Docblock of set
error 144 Argument $value is missing from the Docblock of set
error 144 Argument $ttl is missing from the Docblock of set
error 153 Argument $key is missing from the Docblock of delete
error 175 Argument $keys is missing from the Docblock of getMultiple
error 175 Argument $default is missing from the Docblock of getMultiple
error 193 Argument $values is missing from the Docblock of setMultiple
error 193 Argument $ttl is missing from the Docblock of setMultiple
error 213 Argument $keys is missing from the Docblock of deleteMultiple
error 231 Argument $key is missing from the Docblock of has

pager/adapter/MedooPagerAdapter.php 15

Type Line Description
error 39 Name of argument $tableOrSql does not match with the DocBlock's name $table in __construct()
error 39 Name of argument $joinOrColumnsOrMap does not match with the DocBlock's name $join in __construct()
error 39 Argument $where is missing from the Docblock of __construct
error 39 Name of argument $where does not match with the DocBlock's name $columns in __construct()
notice 39 Parameter $table could not be found in __construct()
notice 39 Parameter $join could not be found in __construct()
error 48 No summary for method getDataCount()
error 57 Argument $page is missing from the Docblock of getData
error 57 Argument $pageSize is missing from the Docblock of getData
error 57 No summary for method getData()
error 25 No summary for property $medoo
error 26 No summary for property $tableOrSql
error 27 No summary for property $joinOrColumnsOrMap
error 28 No summary for property $columns
error 29 No summary for property $where

Request.php 17

Type Line Description
error 63 Argument $xss is missing from the Docblock of path
error 91 Argument $xss is missing from the Docblock of get
error 91 Name of argument $xss does not match with the DocBlock's name $key in get()
error 106 Argument $xss is missing from the Docblock of post
error 106 Name of argument $xss does not match with the DocBlock's name $key in post()
error 121 Argument $xss is missing from the Docblock of request
error 121 Name of argument $xss does not match with the DocBlock's name $key in request()
error 136 Argument $xss is missing from the Docblock of cookie
error 136 Name of argument $xss does not match with the DocBlock's name $key in cookie()
error 145 Argument $key is missing from the Docblock of has
error 145 No summary for method has()
error 194 Argument $value is missing from the Docblock of setPath
error 194 No summary for method setPath()
error 199 No summary for method getPath()
error 204 Argument $value is missing from the Docblock of setConfig
error 204 No summary for method setConfig()
error 209 No summary for method getConfig()

filter/FilterException.php 5

Type Line Description
error 17 No summary for class \hymie\filter\FilterException
error 19 Argument $msg is missing from the Docblock of __construct
error 19 Argument $code is missing from the Docblock of __construct
error 19 Argument $previous is missing from the Docblock of __construct
error 19 No summary for method __construct()

pager/adapter/dialect/MysqlPdoDialect.php 6

Type Line Description
error 23 Argument $sql is missing from the Docblock of getDataSql
error 23 Argument $page is missing from the Docblock of getDataSql
error 23 Argument $pageSize is missing from the Docblock of getDataSql
error 23 No summary for method getDataSql()
error 32 Argument $sql is missing from the Docblock of getDataCountSql
error 32 No summary for method getDataCountSql()

filter/FilterChain.php 5

Type Line Description
error 113 No summary for method getFilters()
error 118 Argument $value is missing from the Docblock of setFilters
error 118 No summary for method setFilters()
error 32 No summary for property $filters
error 34 No summary for property $cacheKey

cache/Psr6Adapter.php 14

Type Line Description
error 37 Argument $pool is missing from the Docblock of __construct
error 37 No summary for method __construct()
error 45 Argument $key is missing from the Docblock of get
error 45 Argument $default is missing from the Docblock of get
error 61 Argument $key is missing from the Docblock of set
error 61 Argument $value is missing from the Docblock of set
error 61 Argument $ttl is missing from the Docblock of set
error 79 Argument $key is missing from the Docblock of delete
error 101 Argument $keys is missing from the Docblock of getMultiple
error 101 Argument $default is missing from the Docblock of getMultiple
error 129 Argument $values is missing from the Docblock of setMultiple
error 129 Argument $ttl is missing from the Docblock of setMultiple
error 160 Argument $keys is missing from the Docblock of deleteMultiple
error 179 Argument $key is missing from the Docblock of has

pager/adapter/dialect/PgsqlPdoDialect.php 6

Type Line Description
error 23 Argument $sql is missing from the Docblock of getDataSql
error 23 Argument $page is missing from the Docblock of getDataSql
error 23 Argument $pageSize is missing from the Docblock of getDataSql
error 23 No summary for method getDataSql()
error 29 Argument $sql is missing from the Docblock of getDataCountSql
error 29 No summary for method getDataCountSql()

session/SessionException.php 5

Type Line Description
error 17 No summary for class \hymie\session\SessionException
error 20 Argument $msg is missing from the Docblock of __construct
error 20 Argument $code is missing from the Docblock of __construct
error 20 Argument $previous is missing from the Docblock of __construct
error 20 No summary for method __construct()

upload/UploadException.php 5

Type Line Description
error 17 No summary for class \hymie\upload\UploadException
error 20 Argument $msg is missing from the Docblock of __construct
error 20 Argument $code is missing from the Docblock of __construct
error 20 Argument $previous is missing from the Docblock of __construct
error 20 No summary for method __construct()

exception/HimiException.php 4

Type Line Description
error 23 Argument $msg is missing from the Docblock of __construct
error 23 Argument $code is missing from the Docblock of __construct
error 23 Argument $previous is missing from the Docblock of __construct
error 23 No summary for method __construct()

BeanFactory.php 1

Type Line Description
error 0 No summary was found for this file

pager/adapter/dialect/OciPdoDialect.php 6

Type Line Description
error 23 Argument $sql is missing from the Docblock of getDataSql
error 23 Argument $page is missing from the Docblock of getDataSql
error 23 Argument $pageSize is missing from the Docblock of getDataSql
error 23 No summary for method getDataSql()
error 37 Argument $sql is missing from the Docblock of getDataCountSql
error 37 No summary for method getDataCountSql()

view/View.php 3

Type Line Description
error 122 Argument $contentType is missing from the Docblock of setContentType
error 141 Argument $model is missing from the Docblock of setModel
error 147 No summary for method header()

router/RouterException.php 4

Type Line Description
error 23 Argument $msg is missing from the Docblock of __construct
error 23 Argument $code is missing from the Docblock of __construct
error 23 Argument $previous is missing from the Docblock of __construct
error 23 No summary for method __construct()

Url.php 3

Type Line Description
error 41 No summary for property $toPath
error 43 No summary for property $params
error 45 No summary for property $scriptFile

upload/QiniuUpload.php 2

Type Line Description
error 22 Argument $field is missing from the Docblock of doUpload
error 22 No summary for method doUpload()

session/RedisSession.php 7

Type Line Description
error 239 Argument $sessionId is missing from the Docblock of destroy
error 257 Argument $maxlifetime is missing from the Docblock of gc
error 35 No summary for property $redis
error 38 No summary for property $keyPerfix
error 41 No summary for property $lockKey
error 44 No summary for property $locked
error 47 No summary for property $sessionId

router/RouterDefinitionException.php 4

Type Line Description
error 23 Argument $msg is missing from the Docblock of __construct
error 23 Argument $code is missing from the Docblock of __construct
error 23 Argument $previous is missing from the Docblock of __construct
error 23 No summary for method __construct()

pager/PagerException.php 4

Type Line Description
error 22 Argument $msg is missing from the Docblock of __construct
error 22 Argument $code is missing from the Docblock of __construct
error 22 Argument $previous is missing from the Docblock of __construct
error 22 No summary for method __construct()

pager/adapter/PdoPagerAdapter.php 13

Type Line Description
error 72 Argument $sql is missing from the Docblock of exec
error 72 Argument $useFetchArgument is missing from the Docblock of exec
error 72 No summary for method exec()
error 101 Argument $page is missing from the Docblock of getData
error 101 Argument $pageSize is missing from the Docblock of getData
error 101 No summary for method getData()
error 107 No summary for method getDataCount()
error 25 No summary for property $pdo
error 26 No summary for property $sql
error 27 No summary for property $params
error 28 No summary for property $fetchArgument
error 29 No summary for property $options
error 30 No summary for property $dialect

cache/NullCache.php 12

Type Line Description
error 27 Argument $key is missing from the Docblock of get
error 27 Argument $default is missing from the Docblock of get
error 35 Argument $key is missing from the Docblock of set
error 35 Argument $value is missing from the Docblock of set
error 35 Argument $ttl is missing from the Docblock of set
error 43 Argument $key is missing from the Docblock of delete
error 59 Argument $keys is missing from the Docblock of getMultiple
error 59 Argument $default is missing from the Docblock of getMultiple
error 67 Argument $values is missing from the Docblock of setMultiple
error 67 Argument $ttl is missing from the Docblock of setMultiple
error 75 Argument $keys is missing from the Docblock of deleteMultiple
error 83 Argument $key is missing from the Docblock of has

pager/adapter/dialect/SqlsrvPdoDialect.php 6

Type Line Description
error 23 Argument $sql is missing from the Docblock of getDataSql
error 23 Argument $page is missing from the Docblock of getDataSql
error 23 Argument $pageSize is missing from the Docblock of getDataSql
error 23 No summary for method getDataSql()
error 28 Argument $sql is missing from the Docblock of getDataCountSql
error 28 No summary for method getDataCountSql()

filter/Filter.php 11

Type Line Description
error 75 Argument $path is missing from the Docblock of accept
error 75 No summary for method accept()
error 88 Argument $path is missing from the Docblock of checkInExclude
error 103 Argument $value is missing from the Docblock of setTargetPath
error 103 No summary for method setTargetPath()
error 108 Argument $value is missing from the Docblock of setExcludePath
error 108 No summary for method setExcludePath()
error 113 No summary for method getTargetPath()
error 118 No summary for method getExcludePath()
error 38 No summary for property $targetPath
error 40 No summary for property $excludePath

view/ViewException.php 5

Type Line Description
error 19 No summary for class \hymie\view\ViewException
error 21 Argument $msg is missing from the Docblock of __construct
error 21 Argument $code is missing from the Docblock of __construct
error 21 Argument $previous is missing from the Docblock of __construct
error 21 No summary for method __construct()

upload/FileUpload.php 5

Type Line Description
error 122 Name of argument $conf does not match with the DocBlock's name $config in __construct()
notice 122 Parameter $config could not be found in __construct()
error 151 Argument $conf is missing from the Docblock of initUploadPath
error 193 Argument $path is missing from the Docblock of validatePath
error 384 Argument $ext is missing from the Docblock of isAllowedFiletype

pager/adapter/dialect/AbstractPdoDialect.php 6

Type Line Description
error 24 Argument $sql is missing from the Docblock of getDataSql
error 24 Argument $page is missing from the Docblock of getDataSql
error 24 Argument $pageSize is missing from the Docblock of getDataSql
error 24 No summary for method getDataSql()
error 26 Argument $sql is missing from the Docblock of getDataCountSql
error 26 No summary for method getDataCountSql()

annotation/RouterMapping.php 5

Type Line Description
error 24 No summary for class \hymie\annotation\RouterMapping
error 32 Argument $values is missing from the Docblock of __construct
error 32 No summary for method __construct()
error 54 No summary for method getValue()
error 30 No summary for property $value

annotation/AnnotationException.php 5

Type Line Description
error 18 No summary for class \hymie\annotation\AnnotationException
error 21 Argument $msg is missing from the Docblock of __construct
error 21 Argument $code is missing from the Docblock of __construct
error 21 Argument $previous is missing from the Docblock of __construct
error 21 No summary for method __construct()

router/source/ScanedRouterSource.php 1

Type Line Description
error 40 No summary for method getRouterInfo()

router/RouterInfoHolder.php 3

Type Line Description
error 23 No summary for property $cache
error 24 No summary for property $cacheKey
error 25 No summary for property $routers