Cactus/Adapter/PDO.php7

Type Line Description
error 1 No page-level DocBlock was found in file Cactus/Adapter/PDO.php
critical 16 No short description for property $connection
critical 21 No short description for property $queries
error 26 The type hint of the argument is incorrect for the type definition of the @param tag with argument $connection in __construct()
error 37 Name of argument $params does not match with the DocBlock's name $data in select()
notice 37 Parameter $data could not be found in select()
error 112 Argument $params is missing from the Docblock of run()

Cactus/Adapter.php3

Type Line Description
error 1 No page-level DocBlock was found in file Cactus/Adapter.php
error 13 Name of argument $params does not match with the DocBlock's name $data in select()
notice 13 Parameter $data could not be found in select()

Cactus/Collection.php2

Type Line Description
error 1 No page-level DocBlock was found in file Cactus/Collection.php
critical 13 No short description for property $data

Cactus/Converter.php1

Type Line Description
error 1 No page-level DocBlock was found in file Cactus/Converter.php

Cactus/Entity.php7

Type Line Description
error 1 No page-level DocBlock was found in file Cactus/Entity.php
critical 13 No short description for property $converter
critical 18 No short description for property $reverter
critical 23 No short description for property $dataStructure
critical 28 No short description for property $is_new
critical 33 No short description for property $data
critical 38 No short description for property $modified

Cactus/Exception.php1

Type Line Description
error 1 No page-level DocBlock was found in file Cactus/Exception.php

Cactus/Mapper/MySQL.php5

Type Line Description
error 1 No page-level DocBlock was found in file Cactus/Mapper/MySQL.php
error 79 The type hint of the argument is incorrect for the type definition of the @param tag with argument $entity in save()
error 92 The type hint of the argument is incorrect for the type definition of the @param tag with argument $entity in create()
error 112 The type hint of the argument is incorrect for the type definition of the @param tag with argument $entity in update()
error 131 The type hint of the argument is incorrect for the type definition of the @param tag with argument $entity in delete()

Cactus/Mapper.php11

Type Line Description
error 1 No page-level DocBlock was found in file Cactus/Mapper.php
critical 14 No short description for property $adapter
critical 19 No short description for property $objectClass
critical 24 No short description for property $table
critical 29 No short description for property $primary_key
critical 34 No short description for property $columns
critical 39 No short description for property $rules
error 44 The type hint of the argument is incorrect for the type definition of the @param tag with argument $adapter in __construct()
error 132 The type hint of the argument is incorrect for the type definition of the @param tag with argument $entity in prepareData()
error 169 The type hint of the argument is incorrect for the type definition of the @param tag with argument $entity in save()
error 176 The type hint of the argument is incorrect for the type definition of the @param tag with argument $entity in delete()

Cactus/Migration.php3

Type Line Description
error 1 No page-level DocBlock was found in file Cactus/Migration.php
critical 13 No short description for property $adapter
error 18 No DocBlock was found for method __construct()

Cactus/Reverter.php4

Type Line Description
error 1 No page-level DocBlock was found in file Cactus/Reverter.php
error 35 The type hint of the argument is incorrect for the type definition of the @param tag with argument $value in date()
error 46 The type hint of the argument is incorrect for the type definition of the @param tag with argument $value in dateTime()
error 79 The type hint of the argument is incorrect for the type definition of the @param tag with argument $value in time()

Cactus/Seed.php3

Type Line Description
error 1 No page-level DocBlock was found in file Cactus/Seed.php
critical 13 No short description for property $adapter
error 18 No DocBlock was found for method __construct()

Cactus/Task/Migrate.php1

Type Line Description
error 1 No page-level DocBlock was found in file Cactus/Task/Migrate.php

Cactus/Task/Seed.php1

Type Line Description
error 1 No page-level DocBlock was found in file Cactus/Task/Seed.php

Cactus/Task.php7

Type Line Description
error 1 No page-level DocBlock was found in file Cactus/Task.php
critical 13 No short description for property $path
critical 18 No short description for property $adapter
error 23 No short description for method __construct()
error 23 The type hint of the argument is incorrect for the type definition of the @param tag with argument $adapter in __construct()
error 33 No short description for method getPath()
error 41 No short description for method getAdapter()