Db/Adapter.php 2

Type Line Description
error 31 No summary for interface \Horde_Db_Adapter
error 65 Argument $tableName is missing from the Docblock of prefetchPrimaryKey

Db/Value/Lob.php 3

Type Line Description
error 60 Argument $name is missing from the Docblock of __get
error 90 Argument $name is missing from the Docblock of __set
error 90 Argument $value is missing from the Docblock of __set

Db/Value/Binary.php 1

Type Line Description
error 31 No summary for method quote()

Db/Value/Text.php 1

Type Line Description
error 29 No summary for method quote()

Db/StatementParser.php 9

Type Line Description
error 30 Argument $file is missing from the Docblock of __construct
error 30 No summary for method __construct()
error 38 No summary for method current()
error 46 No summary for method key()
error 54 No summary for method next()
error 63 No summary for method rewind()
error 71 No summary for method valid()
error 27 No summary for property $_count
error 28 No summary for property $_currentStatement

Db/Adapter/Sqlite/Schema.php 2

Type Line Description
error 388 Name of argument $columns does not match with the DocBlock's name $columnName in addPrimaryKey()
notice 388 Parameter $columnName could not be found in addPrimaryKey()

Db/Adapter/Sqlite/Column.php 7

Type Line Description
error 31 No summary for class \Horde_Db_Adapter_Sqlite_Column
error 33 Argument $default is missing from the Docblock of extractDefault
error 33 No summary for method extractDefault()
error 47 Argument $value is missing from the Docblock of binaryToString
error 47 No summary for method binaryToString()
error 56 No summary for method valueToBoolean()
error 77 Argument $string is missing from the Docblock of _unquote

Db/Adapter/Mysqli.php 2

Type Line Description
error 42 No summary for property $_schemaClass
error 47 No summary for property $_hasMysqliFetchAll

Db/Adapter/Mysql/Schema.php 5

Type Line Description
error 622 No summary for method caseSensitiveEqualityOperator()
error 629 Argument $whereSql is missing from the Docblock of limitedUpdateConditions
error 629 Argument $quotedTableName is missing from the Docblock of limitedUpdateConditions
error 629 Argument $quotedPrimaryKey is missing from the Docblock of limitedUpdateConditions
error 629 No summary for method limitedUpdateConditions()

Db/Adapter/Mysql/Column.php 4

Type Line Description
error 31 No summary for class \Horde_Db_Adapter_Mysql_Column
error 62 No summary for method _setSimplifiedType()
error 36 No summary for property $_hasEmptyStringDefault
error 41 No summary for property $_originalDefault

Db/Adapter/Base/Schema.php 19

Type Line Description
error 109 Argument $base is missing from the Docblock of makeColumnDefinition
error 109 Argument $name is missing from the Docblock of makeColumnDefinition
error 109 Argument $type is missing from the Docblock of makeColumnDefinition
error 109 Argument $limit is missing from the Docblock of makeColumnDefinition
error 109 Argument $precision is missing from the Docblock of makeColumnDefinition
error 109 Argument $scale is missing from the Docblock of makeColumnDefinition
error 109 Argument $unsigned is missing from the Docblock of makeColumnDefinition
error 109 Argument $default is missing from the Docblock of makeColumnDefinition
error 109 Argument $null is missing from the Docblock of makeColumnDefinition
error 109 Argument $autoincrement is missing from the Docblock of makeColumnDefinition
error 139 Argument $name is missing from the Docblock of makeTable
error 139 Argument $primaryKey is missing from the Docblock of makeTable
error 139 Argument $columns is missing from the Docblock of makeTable
error 139 Argument $indexes is missing from the Docblock of makeTable
error 149 Argument $name is missing from the Docblock of makeTableDefinition
error 149 Argument $base is missing from the Docblock of makeTableDefinition
error 149 Argument $options is missing from the Docblock of makeTableDefinition
error 687 Name of argument $columns does not match with the DocBlock's name $columnName in addPrimaryKey()
notice 687 Parameter $columnName could not be found in addPrimaryKey()

Db/Adapter/Base/Result.php 4

Type Line Description
error 30 No summary for property $_adapter
error 35 No summary for property $_sql
error 40 No summary for property $_arg1
error 45 No summary for property $_arg2

Db/Adapter/Base/ColumnDefinition.php 43

Type Line Description
error 31 No summary for class \Horde_Db_Adapter_Base_ColumnDefinition
error 47 Argument $base is missing from the Docblock of __construct
error 47 Argument $name is missing from the Docblock of __construct
error 47 Argument $type is missing from the Docblock of __construct
error 47 Argument $limit is missing from the Docblock of __construct
error 47 Argument $precision is missing from the Docblock of __construct
error 47 Argument $scale is missing from the Docblock of __construct
error 47 Argument $unsigned is missing from the Docblock of __construct
error 47 Argument $default is missing from the Docblock of __construct
error 47 Argument $null is missing from the Docblock of __construct
error 47 Argument $autoincrement is missing from the Docblock of __construct
error 75 No summary for method toSql()
error 85 No summary for method __toString()
error 98 No summary for method getName()
error 106 No summary for method getDefault()
error 114 No summary for method getType()
error 122 No summary for method getSqlType()
error 134 No summary for method getLimit()
error 142 No summary for method precision()
error 150 No summary for method scale()
error 158 No summary for method isUnsigned()
error 166 No summary for method isNull()
error 174 No summary for method isAutoIncrement()
error 182 No summary for method setName()
error 190 No summary for method setDefault()
error 198 No summary for method setType()
error 206 No summary for method setLimit()
error 214 No summary for method setPrecision()
error 222 No summary for method setScale()
error 230 No summary for method setUnsigned()
error 238 No summary for method setNull()
error 246 No summary for method setAutoIncrement()
error 260 No summary for method _addColumnOptions()
error 33 No summary for property $_base
error 34 No summary for property $_name
error 35 No summary for property $_type
error 36 No summary for property $_limit
error 37 No summary for property $_precision
error 38 No summary for property $_scale
error 39 No summary for property $_unsigned
error 40 No summary for property $_default
error 41 No summary for property $_null
error 42 No summary for property $_autoincrement

Db/Adapter/Base/TableDefinition.php 20

Type Line Description
error 31 No summary for class \Horde_Db_Adapter_Base_TableDefinition
error 60 No summary for method getName()
error 68 No summary for method getOptions()
error 76 No summary for method primaryKey()
error 126 Name of argument $name does not match with the DocBlock's name $type in column()
error 126 Name of argument $type does not match with the DocBlock's name $options in column()
error 126 The type hint of the argument is incorrect for the type definition of the @param tag with argument $type in column()
error 126 Argument $options is missing from the Docblock of column
error 174 Argument $columns is missing from the Docblock of belongsTo
error 189 Argument $columns is missing from the Docblock of references
error 197 Argument $method is missing from the Docblock of __call
error 197 Argument $arguments is missing from the Docblock of __call
error 244 No summary for method __toString()
error 321 No summary for method getIterator()
error 33 No summary for property $_name
error 34 No summary for property $_base
error 35 No summary for property $_options
error 36 No summary for property $_columns
error 37 No summary for property $_primaryKey
error 39 No summary for property $_columntypes

Db/Adapter/Base/Table.php 23

Type Line Description
error 31 No summary for class \Horde_Db_Adapter_Base_Table
error 53 Argument $primaryKey is missing from the Docblock of __construct
error 53 Name of argument $primaryKey does not match with the DocBlock's name $name in __construct()
error 53 Argument $columns is missing from the Docblock of __construct
error 53 Name of argument $columns does not match with the DocBlock's name $name in __construct()
error 53 Argument $indexes is missing from the Docblock of __construct
error 53 Name of argument $indexes does not match with the DocBlock's name $name in __construct()
error 69 No summary for method getName()
error 77 No summary for method getPrimaryKey()
error 85 No summary for method getColumns()
error 93 Argument $column is missing from the Docblock of getColumn
error 93 No summary for method getColumn()
error 101 No summary for method getColumnNames()
error 113 No summary for method getIndexes()
error 121 No summary for method getIndexNames()
error 135 Argument $key is missing from the Docblock of __get
error 135 No summary for method __get()
error 140 Argument $key is missing from the Docblock of __isset
error 140 No summary for method __isset()
error 196 No summary for method getIterator()
error 39 No summary for property $_primaryKey
error 40 No summary for property $_columns
error 41 No summary for property $_indexes

Db/Adapter/Base/Index.php 3

Type Line Description
error 31 No summary for class \Horde_Db_Adapter_Base_Index
error 97 No summary for method getName()
error 50 No summary for property $unique

Db/Adapter/Base/Column.php 39

Type Line Description
error 31 No summary for class \Horde_Db_Adapter_Base_Column
error 84 No summary for method isText()
error 92 No summary for method isNumber()
error 100 Argument $value is missing from the Docblock of typeCast
error 130 Argument $default is missing from the Docblock of extractDefault
error 130 No summary for method extractDefault()
error 143 No summary for method getName()
error 151 No summary for method getDefault()
error 159 No summary for method getType()
error 167 No summary for method getLimit()
error 175 No summary for method precision()
error 183 No summary for method scale()
error 191 No summary for method isUnsigned()
error 199 No summary for method isNull()
error 207 No summary for method getSqlType()
error 222 Argument $value is missing from the Docblock of binaryToString
error 231 No summary for method stringToDate()
error 249 No summary for method stringToTime()
error 264 Name of argument $value does not match with the DocBlock's name $string in stringToDummyTime()
notice 264 Parameter $string could not be found in stringToDummyTime()
error 264 No summary for method stringToDummyTime()
error 276 No summary for method valueToBoolean()
error 290 No summary for method valueToDecimal()
error 304 No summary for method _extractLimit()
error 316 No summary for method _extractPrecision()
error 328 No summary for method _extractScale()
error 343 No summary for method _extractUnsigned()
error 350 No summary for method _setSimplifiedType()
error 33 No summary for property $_name
error 34 No summary for property $_type
error 35 No summary for property $_null
error 36 No summary for property $_limit
error 37 No summary for property $_precision
error 38 No summary for property $_scale
error 39 No summary for property $_unsigned
error 40 No summary for property $_default
error 41 No summary for property $_sqlType
error 42 No summary for property $_isText
error 43 No summary for property $_isNumber

Db/Adapter/SplitRead.php 1

Type Line Description
error 115 Argument $tableName is missing from the Docblock of prefetchPrimaryKey

Db/Adapter/Oci8.php 3

Type Line Description
error 26 No summary for class \Horde_Db_Adapter_Oci8
error 286 Argument $lobs is missing from the Docblock of execute
error 286 Name of argument $lobs does not match with the DocBlock's name $arg2 in execute()

Db/Adapter/Oracle/Schema.php 3

Type Line Description
error 63 Argument $name is missing from the Docblock of makeTableDefinition
error 63 Argument $base is missing from the Docblock of makeTableDefinition
error 63 Argument $options is missing from the Docblock of makeTableDefinition

Db/Adapter/Oracle/Result.php 1

Type Line Description
error 26 No summary for class \Horde_Db_Adapter_Oracle_Result

Db/Adapter/Oracle/TableDefinition.php 6

Type Line Description
error 26 No summary for class \Horde_Db_Adapter_Oracle_TableDefinition
error 57 Name of argument $name does not match with the DocBlock's name $type in column()
error 57 Name of argument $type does not match with the DocBlock's name $options in column()
error 57 The type hint of the argument is incorrect for the type definition of the @param tag with argument $type in column()
error 57 Argument $options is missing from the Docblock of column
error 28 No summary for property $_createTrigger

Db/Adapter/Oracle/Column.php 3

Type Line Description
error 26 No summary for class \Horde_Db_Adapter_Oracle_Column
error 75 Argument $value is missing from the Docblock of binaryToString
error 90 No summary for method _setSimplifiedType()

Db/Adapter/Base.php 10

Type Line Description
error 31 No summary for class \Horde_Db_Adapter_Base
error 224 No summary for method getCache()
error 240 Argument $logger is missing from the Docblock of setLogger
error 240 Argument $log_queries is missing from the Docblock of setLogger
error 351 Argument $tableName is missing from the Docblock of prefetchPrimaryKey
error 706 Argument $limit is missing from the Docblock of sanitizeLimit
error 838 Argument $error is missing from the Docblock of _logError
error 838 Argument $name is missing from the Docblock of _logError
error 838 Argument $runtime is missing from the Docblock of _logError
error 838 No summary for method _logError()

Db/Adapter/Postgresql/Schema.php 6

Type Line Description
error 387 Argument $tableName is missing from the Docblock of _columnDefinitions
error 387 Argument $name is missing from the Docblock of _columnDefinitions
error 1048 Name of argument $table does not match with the DocBlock's name $tableName in resetPkSequence()
notice 1048 Parameter $tableName could not be found in resetPkSequence()
error 1089 Name of argument $table does not match with the DocBlock's name $tableName in pkAndSequenceFor()
notice 1089 Parameter $tableName could not be found in pkAndSequenceFor()

Db/Adapter/Postgresql/Column.php 9

Type Line Description
error 31 No summary for class \Horde_Db_Adapter_Postgresql_Column
error 64 No summary for method _setSimplifiedType()
error 123 Argument $default is missing from the Docblock of _extractValueFromDefault
error 179 Argument $value is missing from the Docblock of binaryToString
error 194 Argument $matches is missing from the Docblock of binaryToStringCallback
error 214 No summary for method _extractLimit()
error 229 No summary for method _extractPrecision()
error 241 No summary for method _extractScale()
error 47 No summary for property $moneyPrecision

Db/Adapter/Pdo/Pgsql.php 10

Type Line Description
error 41 No summary for method adapterName()
error 49 No summary for method supportsMigrations()
error 72 No summary for method supportsInsertWithReturning()
error 232 Argument $sql is missing from the Docblock of _selectRaw
error 232 Argument $arg1 is missing from the Docblock of _selectRaw
error 232 Argument $arg2 is missing from the Docblock of _selectRaw
error 232 No summary for method _selectRaw()
error 277 Argument $table is missing from the Docblock of _lastInsertId
error 277 Argument $sequenceName is missing from the Docblock of _lastInsertId
error 36 No summary for property $_schemaClass

Db/Adapter/Pdo/Sqlite.php 13

Type Line Description
error 47 No summary for method adapterName()
error 55 No summary for method supportsMigrations()
error 82 No summary for method supportsAutoIncrement()
error 170 Argument $sql is missing from the Docblock of addLock
error 170 Argument $options is missing from the Docblock of addLock
error 174 Argument $tableName is missing from the Docblock of emptyInsertStatement
error 174 No summary for method emptyInsertStatement()
error 184 Argument $method is missing from the Docblock of _catchSchemaChanges
error 184 Argument $args is missing from the Docblock of _catchSchemaChanges
error 184 No summary for method _catchSchemaChanges()
error 198 Argument $params is missing from the Docblock of _buildDsnString
error 198 No summary for method _buildDsnString()
error 36 No summary for property $_schemaClass

Db/Adapter/Pdo/Base.php 5

Type Line Description
error 31 No summary for class \Horde_Db_Adapter_Pdo_Base
error 508 Argument $params is missing from the Docblock of _normalizeConfig
error 508 No summary for method _normalizeConfig()
error 524 Argument $params is missing from the Docblock of _buildDsnString
error 524 No summary for method _buildDsnString()

Db/Adapter/Pdo/Mysql.php 3

Type Line Description
error 41 No summary for method adapterName()
error 49 No summary for method supportsMigrations()
error 36 No summary for property $_schemaClass

Db/Adapter/Mysql.php 1

Type Line Description
error 42 No summary for property $_schemaClass

Db/Migration/Exception.php 1

Type Line Description
error 31 No summary for class \Horde_Db_Migration_Exception

Db/Migration/Migrator.php 23

Type Line Description
error 31 No summary for class \Horde_Db_Migration_Migrator
error 90 No summary for method migrate()
error 105 No summary for method up()
error 115 No summary for method down()
error 125 No summary for method getCurrentVersion()
error 135 No summary for method getTargetVersion()
error 153 No summary for method setMigrationsPath()
error 161 No summary for method setLogger()
error 169 No summary for method setInflector()
error 197 No summary for method _getMigrationClasses()
error 220 No summary for method _assertUniqueMigrationVersion()
error 272 No summary for method _getMigrationVersionAndName()
error 281 No summary for method _initializeSchemaInformation()
error 295 No summary for method _setSchemaVersion()
error 309 No summary for method _isUp()
error 317 No summary for method _isDown()
error 325 Argument $version is missing from the Docblock of _hasReachedTargetVersion
error 325 No summary for method _hasReachedTargetVersion()
error 340 No summary for method _isIrrelevantMigration()
error 36 No summary for property $_direction
error 41 No summary for property $_migrationsPath
error 46 No summary for property $_targetVersion
error 51 No summary for property $_schemaTableName

Db/Migration/Base.php 10

Type Line Description
error 31 No summary for class \Horde_Db_Migration_Base
error 58 Argument $connection is missing from the Docblock of __construct
error 58 Argument $version is missing from the Docblock of __construct
error 58 No summary for method __construct()
error 105 No summary for method upWithBechmarks()
error 110 No summary for method downWithBenchmarks()
error 118 Argument $direction is missing from the Docblock of migrate
error 145 No summary for method log()
error 155 No summary for method setLogger()
error 176 No summary for method say()

Db/SearchParser.php 12

Type Line Description
error 115 Argument $column is missing from the Docblock of _parseKeywords1
error 115 Argument $tokens is missing from the Docblock of _parseKeywords1
error 115 No summary for method _parseKeywords1()
error 129 Argument $column is missing from the Docblock of _parseKeywords2
error 129 Argument $tokens is missing from the Docblock of _parseKeywords2
error 129 No summary for method _parseKeywords2()
error 139 Argument $column is missing from the Docblock of _parseKeywords3
error 139 Argument $tokens is missing from the Docblock of _parseKeywords3
error 139 No summary for method _parseKeywords3()
error 152 Argument $column is missing from the Docblock of _parseKeywords4
error 152 Argument $tokens is missing from the Docblock of _parseKeywords4
error 152 No summary for method _parseKeywords4()

Db/Value.php 1

Type Line Description
error 28 No summary for method quote()

Db.php 1

Type Line Description
error 23 No summary for class \Horde_Db