fuel/app/tasks/robots.php1

Type Line Description
error 29 Argument $speech is missing from the Docblock of run()

fuel/app/views/welcome/404.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/app/views/welcome/404.php

fuel/app/views/welcome/hello.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/app/views/welcome/hello.php

fuel/app/views/welcome/index.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/app/views/welcome/index.php

fuel/core/classes/cache/handler/json.php3

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Cache_Handler_Json
error 17 No DocBlock was found for method readable()
error 29 No DocBlock was found for method writable()

fuel/core/classes/cache/handler/serialized.php3

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Cache_Handler_Serialized
error 17 No DocBlock was found for method readable()
error 22 No DocBlock was found for method writable()

fuel/core/classes/cache/handler/string.php3

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Cache_Handler_String
error 17 No DocBlock was found for method readable()
error 22 No DocBlock was found for method writable()

fuel/core/classes/cache/storage/apc.php3

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Cache_Storage_Apc
error 29 No DocBlock was found for method __construct()
error 52 The type hint of the argument is incorrect for the type definition of the @param tag with argument $dependencies in check_dependencies()

fuel/core/classes/cache/storage/driver.php1

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Cache_Storage_Driver

fuel/core/classes/cache/storage/file.php4

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Cache_Storage_File
error 34 No DocBlock was found for method _init()
error 47 No DocBlock was found for method __construct()
error 67 The type hint of the argument is incorrect for the type definition of the @param tag with argument $dependencies in check_dependencies()

fuel/core/classes/cache/storage/memcached.php4

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Cache_Storage_Memcached
error 30 No DocBlock was found for property $memcached
error 34 No DocBlock was found for method __construct()
error 80 The type hint of the argument is incorrect for the type definition of the @param tag with argument $dependencies in check_dependencies()

fuel/core/classes/cache/storage/redis.php4

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Cache_Storage_Redis
error 30 No DocBlock was found for property $redis
error 34 No DocBlock was found for method __construct()
error 75 The type hint of the argument is incorrect for the type definition of the @param tag with argument $dependencies in check_dependencies()

fuel/core/classes/cache/storage/xcache.php3

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Cache_Storage_Xcache
error 29 No DocBlock was found for method __construct()
error 52 The type hint of the argument is incorrect for the type definition of the @param tag with argument $dependencies in check_dependencies()

fuel/core/classes/cache/notfound.php1

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\CacheNotFoundException

fuel/core/classes/config/db.php5

Type Line Description
error 20 No DocBlock was found for property $identifier
error 22 No DocBlock was found for property $ext
error 24 No DocBlock was found for property $vars
error 26 No DocBlock was found for property $database
error 28 No DocBlock was found for property $table

fuel/core/classes/config/file.php2

Type Line Description
error 20 No DocBlock was found for property $file
error 22 No DocBlock was found for property $vars

fuel/core/classes/config/interface.php3

Type Line Description
error 17 No DocBlock was found for method load()
error 18 No DocBlock was found for method group()
error 19 No DocBlock was found for method save()

fuel/core/classes/config/memcached.php3

Type Line Description
error 73 No DocBlock was found for property $identifier
error 75 No DocBlock was found for property $ext
error 77 No DocBlock was found for property $vars

fuel/core/classes/controller/hybrid.php1

Type Line Description
notice 126 Parameter could not be found in is_restful()

fuel/core/classes/controller/rest.php7

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Controller_Rest
error 71 No DocBlock was found for method before()
error 84 No DocBlock was found for method after()
error 395 No DocBlock was found for method _check_login()
error 418 No DocBlock was found for method _prepare_basic_auth()
error 448 No DocBlock was found for method _prepare_digest_auth()
error 510 No DocBlock was found for method _force_login()

fuel/core/classes/database/dblib/connection.php1

Type Line Description
error 17 No DocBlock was found for \Fuel\Core\Database_Dblib_Connection

fuel/core/classes/database/mysql/connection.php3

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_MySQL_Connection
error 50 Name of argument $table does not match with the DocBlock's name $like in list_indexes()
error 50 Argument $like is missing from the Docblock of list_indexes()

fuel/core/classes/database/mysqli/cached.php4

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_MySQLi_Cached
error 18 No short description for method __construct()
error 76 No short description for method cached()
error 88 No short description for method seek()

fuel/core/classes/database/mysqli/connection.php10

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_MySQLi_Connection
error 48 No short description for method __construct()
error 71 No DocBlock was found for method connect()
error 199 No DocBlock was found for method set_charset()
error 532 Name of argument $table does not match with the DocBlock's name $like in list_indexes()
error 532 Argument $like is missing from the Docblock of list_indexes()
error 596 No DocBlock was found for method error_info()
error 602 No DocBlock was found for method driver_start_transaction()
error 608 No DocBlock was found for method driver_commit()
error 614 No DocBlock was found for method driver_rollback()

fuel/core/classes/database/mysqli/result.php1

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_MySQLi_Result

fuel/core/classes/database/pdo/cached.php4

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_PDO_Cached
error 18 No short description for method __construct()
error 68 No short description for method cached()
error 80 No short description for method seek()

fuel/core/classes/database/pdo/connection.php5

Type Line Description
error 17 No DocBlock was found for \Fuel\Core\Database_PDO_Connection
error 29 No short description for method __construct()
error 90 No short description for method disconnect()
error 382 Name of argument $table does not match with the DocBlock's name $like in list_indexes()
error 382 Argument $like is missing from the Docblock of list_indexes()

fuel/core/classes/database/pdo/result.php2

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_PDO_Result
error 18 No short description for method __construct()

fuel/core/classes/database/query/builder/delete.php2

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_Query_Builder_Delete
error 19 No DocBlock was found for property $_table

fuel/core/classes/database/query/builder/insert.php1

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_Query_Builder_Insert

fuel/core/classes/database/query/builder/join.php1

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_Query_Builder_Join

fuel/core/classes/database/query/builder/select.php4

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_Query_Builder_Select
notice 88 Parameter could not be found in select()
notice 120 Parameter could not be found in from()
notice 224 Parameter could not be found in group_by()

fuel/core/classes/database/query/builder/update.php1

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_Query_Builder_Update

fuel/core/classes/database/query/builder/where.php2

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_Query_Builder_Where
critical 28 No short description for property $_limit

fuel/core/classes/database/query/builder.php5

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_Query_Builder
error 18 The type hint of the argument is incorrect for the type definition of the @param tag with argument $db in _compile_join()
error 39 The type hint of the argument is incorrect for the type definition of the @param tag with argument $db in _compile_conditions()
error 151 The type hint of the argument is incorrect for the type definition of the @param tag with argument $db in _compile_set()
error 182 The type hint of the argument is incorrect for the type definition of the @param tag with argument $db in _compile_order_by()

fuel/core/classes/database/sqlite/builder/delete.php1

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_SQLite_Builder_Delete

fuel/core/classes/database/sqlite/builder/update.php1

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_SQLite_Builder_Update

fuel/core/classes/database/sqlite/connection.php1

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_SQLite_Connection

fuel/core/classes/database/sqlsrv/connection.php1

Type Line Description
error 17 No DocBlock was found for \Fuel\Core\Database_Sqlsrv_Connection

fuel/core/classes/database/connection.php6

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_Connection
error 265 The type hint of the argument is incorrect for the type definition of the @param tag with argument $args in select()
notice 265 Parameter could not be found in select()
error 331 Argument $params is missing from the Docblock of schema()
error 934 Name of argument $rollback_all does not match with the DocBlock's name $rollback_all: in rollback_transaction()
notice 934 Parameter $rollback_all: could not be found in rollback_transaction()

fuel/core/classes/database/exception.php5

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_Exception
error 32 Argument $message is missing from the Docblock of __construct()
error 32 Argument $code is missing from the Docblock of __construct()
error 32 Argument $previous is missing from the Docblock of __construct()
error 32 Argument $dbcode is missing from the Docblock of __construct()

fuel/core/classes/database/expression.php2

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_Expression
error 19 No DocBlock was found for property $_value

fuel/core/classes/database/query.php1

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_Query

fuel/core/classes/database/result.php1

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\Database_Result

fuel/core/classes/database/schema.php12

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Database_Schema
error 27 Argument $connection is missing from the Docblock of __construct()
error 232 Name of argument $index_columns does not match with the DocBlock's name $index_name in create_index()
error 232 Name of argument $index_name does not match with the DocBlock's name $index_columns in create_index()
error 446 No short description for method alter_fields()
error 446 Argument $type is missing from the Docblock of alter_fields()
error 446 Argument $table is missing from the Docblock of alter_fields()
error 446 Argument $fields is missing from the Docblock of alter_fields()
error 486 No DocBlock was found for method table_maintenance()
error 559 No short description for method process_fields()
error 559 Argument $fields is missing from the Docblock of process_fields()
error 559 Argument $prefix is missing from the Docblock of process_fields()

fuel/core/classes/fieldset/field.php17

Type Line Description
error 139 No short description for method set_fieldset()
error 418 Argument $property is missing from the Docblock of __get()
error 456 Argument $name is missing from the Docblock of add()
error 456 Argument $label is missing from the Docblock of add()
error 456 Argument $attributes is missing from the Docblock of add()
error 456 Argument $rules is missing from the Docblock of add()
error 466 Argument $name is missing from the Docblock of add_before()
error 466 Argument $label is missing from the Docblock of add_before()
error 466 Argument $attributes is missing from the Docblock of add_before()
error 466 Argument $rules is missing from the Docblock of add_before()
error 466 Argument $fieldname is missing from the Docblock of add_before()
error 476 Argument $name is missing from the Docblock of add_after()
error 476 Argument $label is missing from the Docblock of add_after()
error 476 Argument $attributes is missing from the Docblock of add_after()
error 476 Argument $rules is missing from the Docblock of add_after()
error 476 Argument $fieldname is missing from the Docblock of add_after()
error 587 No DocBlock was found for method template()

fuel/core/classes/file/handler/directory.php4

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\File_Handler_Directory
critical 22 No short description for property $area
error 32 No DocBlock was found for method __construct()
error 50 No DocBlock was found for method forge()

fuel/core/classes/file/handler/file.php4

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\File_Handler_File
critical 22 No short description for property $area
error 37 No DocBlock was found for method __construct()
error 43 No DocBlock was found for method forge()

fuel/core/classes/file/area.php17

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\File_Area
error 42 No DocBlock was found for method __construct()
error 58 The type hint of the argument is incorrect for the type definition of the @param tag with argument $config in forge()
error 207 No DocBlock was found for method create()
error 212 No DocBlock was found for method create_dir()
error 217 No DocBlock was found for method read()
error 222 No DocBlock was found for method read_dir()
error 228 No DocBlock was found for method rename()
error 233 No DocBlock was found for method rename_dir()
error 238 No DocBlock was found for method copy()
error 243 No DocBlock was found for method copy_dir()
error 248 No DocBlock was found for method delete()
error 253 No DocBlock was found for method delete_dir()
error 258 No DocBlock was found for method update()
error 263 No DocBlock was found for method get_permissions()
error 268 No DocBlock was found for method get_time()
error 273 No DocBlock was found for method get_size()

fuel/core/classes/form/instance.php4

Type Line Description
critical 36 No short description for property $fieldset
error 41 No DocBlock was found for method __construct()
error 759 The type hint of the argument is incorrect for the type definition of the @param tag with argument $attributes in add()
error 759 The type hint of the argument is incorrect for the type definition of the @param tag with argument $rules in add()

fuel/core/classes/image/driver.php12

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Image_Driver
error 17 No DocBlock was found for property $image_fullpath
error 18 No DocBlock was found for property $image_directory
error 19 No DocBlock was found for property $image_filename
error 20 No DocBlock was found for property $image_extension
error 21 No DocBlock was found for property $new_extension
error 22 No DocBlock was found for property $config
error 23 No DocBlock was found for property $queued_actions
error 24 No DocBlock was found for property $accepted_extensions
error 36 No DocBlock was found for method __construct()
error 341 No DocBlock was found for method crop_resize()
error 348 No DocBlock was found for method _crop_resize()

fuel/core/classes/image/gd.php18

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Image_Gd
error 17 No DocBlock was found for property $image_data
error 18 No DocBlock was found for property $accepted_extensions
error 19 No DocBlock was found for property $gdresizefunc
error 21 No DocBlock was found for method load()
error 58 No DocBlock was found for method _crop()
error 70 No DocBlock was found for method _resize()
error 83 No DocBlock was found for method _rotate()
error 92 No DocBlock was found for method _watermark()
error 138 No DocBlock was found for method _flip()
error 183 No DocBlock was found for method _border()
error 197 No DocBlock was found for method _mask()
error 262 No DocBlock was found for method _rounded()
error 272 No DocBlock was found for method _grayscale()
error 305 No DocBlock was found for method sizes()
error 329 No DocBlock was found for method save()
error 357 No DocBlock was found for method output()
error 417 No DocBlock was found for method add_background()

fuel/core/classes/image/imagemagick.php22

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Image_Imagemagick
error 17 No DocBlock was found for property $image_temp
error 18 No DocBlock was found for property $accepted_extensions
error 19 No DocBlock was found for property $sizes_cache
error 20 No DocBlock was found for property $im_path
error 22 No DocBlock was found for method load()
error 54 No DocBlock was found for method _crop()
error 62 No DocBlock was found for method _resize()
error 75 No DocBlock was found for method _rotate()
error 85 No DocBlock was found for method _flip()
error 107 No DocBlock was found for method _watermark()
error 128 No DocBlock was found for method _border()
error 140 No DocBlock was found for method _mask()
error 150 Argument $radius is missing from the Docblock of _rounded()
error 150 Argument $sides is missing from the Docblock of _rounded()
error 150 Argument $antialias is missing from the Docblock of _rounded()
error 172 No DocBlock was found for method _grayscale()
error 178 No DocBlock was found for method sizes()
error 212 No DocBlock was found for method save()
error 241 No DocBlock was found for method output()
error 286 No DocBlock was found for method add_background()
error 349 No DocBlock was found for method __destruct()

fuel/core/classes/image/imagick.php17

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Image_Imagick
error 17 No DocBlock was found for property $accepted_extensions
error 18 No DocBlock was found for property $imagick
error 20 No DocBlock was found for method load()
error 51 No DocBlock was found for method _crop()
error 64 No DocBlock was found for method _resize()
error 79 No DocBlock was found for method _rotate()
error 86 No DocBlock was found for method _watermark()
error 95 No DocBlock was found for method _flip()
error 116 No DocBlock was found for method _border()
error 123 No DocBlock was found for method _mask()
error 132 No DocBlock was found for method _rounded()
error 167 No DocBlock was found for method _grayscale()
error 172 No DocBlock was found for method sizes()
error 190 No DocBlock was found for method save()
error 226 No DocBlock was found for method output()
error 258 No DocBlock was found for method add_background()

fuel/core/classes/input/instance.php3

Type Line Description
error 82 No short description for method __construct()
error 82 Argument $new is missing from the Docblock of __construct()
error 82 Argument $input is missing from the Docblock of __construct()

fuel/core/classes/lang/db.php6

Type Line Description
error 20 No DocBlock was found for property $identifier
error 22 No DocBlock was found for property $ext
error 24 No DocBlock was found for property $languages
error 26 No DocBlock was found for property $vars
error 28 No DocBlock was found for property $database
error 30 No DocBlock was found for property $table

fuel/core/classes/lang/file.php3

Type Line Description
error 20 No DocBlock was found for property $file
error 22 No DocBlock was found for property $languages
error 24 No DocBlock was found for property $vars

fuel/core/classes/lang/ini.php1

Type Line Description
error 20 No DocBlock was found for property $ext

fuel/core/classes/lang/interface.php3

Type Line Description
error 17 No DocBlock was found for method load()
error 18 No DocBlock was found for method group()
error 19 No DocBlock was found for method save()

fuel/core/classes/lang/json.php1

Type Line Description
error 20 No DocBlock was found for property $ext

fuel/core/classes/lang/yml.php1

Type Line Description
error 20 No DocBlock was found for property $ext

fuel/core/classes/model/crud.php5

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Model_Crud
error 735 No DocBlock was found for method current()
error 744 No DocBlock was found for method key()
error 749 No DocBlock was found for method next()
error 758 No DocBlock was found for method valid()

fuel/core/classes/mongo/db.php1

Type Line Description
error 29 No DocBlock was found for \Fuel\Core\Mongo_Db

fuel/core/classes/redis/db.php4

Type Line Description
error 25 No DocBlock was found for \Fuel\Core\RedisException
critical 79 No short description for property $connection
error 226 No short description for method __call()
error 255 No DocBlock was found for method readResponse()

fuel/core/classes/request/curl.php1

Type Line Description
error 109 No DocBlock was found for method execute()

fuel/core/classes/request/driver.php3

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\RequestException
error 16 No DocBlock was found for \Fuel\Core\RequestStatusException
error 116 No DocBlock was found for method __construct()

fuel/core/classes/request/soap.php4

Type Line Description
error 26 No DocBlock was found for property $wsdl_settings
error 27 No DocBlock was found for property $non_wsdl_settings
error 28 No DocBlock was found for property $generic_settings
error 130 No DocBlock was found for method execute()

fuel/core/classes/session/cookie.php2

Type Line Description
error 17 No DocBlock was found for \Fuel\Core\Session_Cookie
error 28 No DocBlock was found for method __construct()

fuel/core/classes/session/db.php3

Type Line Description
error 17 No DocBlock was found for \Fuel\Core\Session_Db
error 22 No DocBlock was found for property $record
error 35 No DocBlock was found for method __construct()

fuel/core/classes/session/driver.php9

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Session_Driver
error 20 No DocBlock was found for property $config
error 25 No DocBlock was found for property $keys
error 30 No DocBlock was found for property $data
error 35 No DocBlock was found for property $flash
error 40 No DocBlock was found for property $time
error 50 No DocBlock was found for property $state
error 52 No short description for method __construct()
error 52 Argument $config is missing from the Docblock of __construct()

fuel/core/classes/session/exception.php1

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Session_Exception

fuel/core/classes/session/file.php2

Type Line Description
error 17 No DocBlock was found for \Fuel\Core\Session_File
error 30 No DocBlock was found for method __construct()

fuel/core/classes/session/memcached.php3

Type Line Description
error 17 No DocBlock was found for \Fuel\Core\Session_Memcached
error 32 No DocBlock was found for property $memcached
error 36 No DocBlock was found for method __construct()

fuel/core/classes/session/redis.php3

Type Line Description
error 17 No DocBlock was found for \Fuel\Core\Session_Redis
error 30 No DocBlock was found for property $redis
error 34 No DocBlock was found for method __construct()

fuel/core/classes/asset.php1

Type Line Description
error 139 Argument $type is missing from the Docblock of remove_path()

fuel/core/classes/theme.php4

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\ThemeException
error 643 Argument $var is missing from the Docblock of set_info()
error 643 Argument $value is missing from the Docblock of set_info()
error 643 Argument $type is missing from the Docblock of set_info()

fuel/core/classes/cache.php2

Type Line Description
error 16 No DocBlock was found for \Fuel\Core\CacheExpiredException
error 18 No DocBlock was found for \Fuel\Core\Cache

fuel/core/classes/cli.php8

Type Line Description
error 27 No DocBlock was found for property $readline_support
error 29 No DocBlock was found for property $wait_msg
error 31 No DocBlock was found for property $nocolor
error 33 No DocBlock was found for property $args
error 35 No DocBlock was found for property $foreground_colors
error 55 No DocBlock was found for property $background_colors
error 66 No DocBlock was found for property $STDOUT
error 67 No DocBlock was found for property $STDERR

fuel/core/classes/config.php2

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\ConfigException
error 17 No DocBlock was found for \Fuel\Core\Config

fuel/core/classes/unzip.php17

Type Line Description
error 36 No DocBlock was found for property $compressed_list
error 39 No DocBlock was found for property $central_dir_list
error 42 No DocBlock was found for property $end_of_central
error 45 No DocBlock was found for property $info
error 46 No DocBlock was found for property $error
error 47 No DocBlock was found for property $_zip_file
error 48 No DocBlock was found for property $_target_dir
error 49 No DocBlock was found for property $apply_chmod
error 50 No DocBlock was found for property $fh
error 51 No DocBlock was found for property $zip_signature
error 54 No DocBlock was found for property $dir_signature
error 57 No DocBlock was found for property $central_signature_end
error 60 No DocBlock was found for property $_skip_dirs
error 62 No DocBlock was found for property $_allow_extensions
error 373 No DocBlock was found for method _load_file_list_by_eof()
error 500 No DocBlock was found for method _load_files_by_signatures()
error 535 No DocBlock was found for method _get_file_header()

fuel/core/classes/controller.php1

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Controller

fuel/core/classes/cookie.php1

Type Line Description
error 42 No DocBlock was found for method _init()

fuel/core/classes/crypt.php8

Type Line Description
error 227 Name of argument $message does not match with the DocBlock's name $ciphertext in split_message()
notice 227 Parameter $ciphertext could not be found in split_message()
error 345 Name of argument $auth_key does not match with the DocBlock's name $authKey in calculate_mac()
notice 345 Parameter $authKey could not be found in calculate_mac()
error 357 Name of argument $auth_key does not match with the DocBlock's name $authKey in verify_mac()
notice 357 Parameter $authKey could not be found in verify_mac()
notice 357 Parameter $config could not be found in verify_mac()
error 624 No DocBlock was found for method validate_hmac()

fuel/core/classes/date.php3

Type Line Description
error 51 No DocBlock was found for method _init()
error 61 No DocBlock was found for function \Fuel\Core\strptime()
error 315 No DocBlock was found for method __construct()

fuel/core/classes/db.php10

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\DB
error 23 No DocBlock was found for property $query_count
error 53 No DocBlock was found for method last_query()
error 63 No DocBlock was found for method error_info()
error 73 No DocBlock was found for method instance()
notice 78 Parameter could not be found in select()
error 308 Name of argument $like does not match with the DocBlock's name $table in list_tables()
notice 308 Parameter $table could not be found in list_tables()
error 418 Name of argument $rollback_all does not match with the DocBlock's name $rollback_all: in rollback_transaction()
notice 418 Parameter $rollback_all: could not be found in rollback_transaction()

fuel/core/classes/dbutil.php9

Type Line Description
error 33 No DocBlock was found for method _init()
error 204 Name of argument $index_columns does not match with the DocBlock's name $index_name in create_index()
error 204 Name of argument $index_name does not match with the DocBlock's name $index_columns in create_index()
error 412 No short description for method alter_fields()
error 412 Argument $type is missing from the Docblock of alter_fields()
error 412 Argument $table is missing from the Docblock of alter_fields()
error 412 Argument $fields is missing from the Docblock of alter_fields()
error 412 Argument $db is missing from the Docblock of alter_fields()
error 435 No DocBlock was found for method table_maintenance()

fuel/core/classes/debug.php4

Type Line Description
error 26 No DocBlock was found for property $max_nesting_level
error 28 No DocBlock was found for property $js_toggle_open
error 30 No DocBlock was found for property $js_displayed
error 32 No DocBlock was found for property $files

fuel/core/classes/uri.php2

Type Line Description
notice 242 Parameter could not be found in build_query_string()
notice 242 Parameter could not be found in build_query_string()

fuel/core/classes/errorhandler.php9

Type Line Description
error 20 No DocBlock was found for property $count
error 22 No DocBlock was found for property $loglevel
critical 52 No short description for class \Fuel\Core\Errorhandler
error 57 No DocBlock was found for property $loglevel
error 59 No DocBlock was found for property $levels
error 78 No DocBlock was found for property $fatal_levels
error 80 No DocBlock was found for property $non_fatal_cache
error 278 Argument $e is missing from the Docblock of show_production_error()
error 300 No DocBlock was found for method prepare_exception()

fuel/core/classes/fieldset.php4

Type Line Description
critical 27 No short description for property $_instance
error 148 The type hint of the argument is incorrect for the type definition of the @param tag with argument $config in __construct()
error 280 The type hint of the argument is incorrect for the type definition of the @param tag with argument $attributes in add()
error 280 The type hint of the argument is incorrect for the type definition of the @param tag with argument $rules in add()

fuel/core/classes/file.php5

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\FileAccessException
error 16 No DocBlock was found for \Fuel\Core\OutsideAreaException
error 17 No DocBlock was found for \Fuel\Core\InvalidPathException
error 35 No DocBlock was found for method _init()
error 53 No DocBlock was found for method forge()

fuel/core/classes/finder.php2

Type Line Description
error 29 No DocBlock was found for method _init()
error 446 Argument $path is missing from the Docblock of add_to_cache()

fuel/core/classes/form.php2

Type Line Description
error 28 No DocBlock was found for property $instance
error 42 No DocBlock was found for method forge()

fuel/core/classes/ftp.php11

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\FtpConnectionException
error 17 No DocBlock was found for \Fuel\Core\FtpFileAccessException
error 29 No DocBlock was found for property $initialized
error 31 No DocBlock was found for property $_hostname
error 32 No DocBlock was found for property $_username
error 33 No DocBlock was found for property $_password
error 34 No DocBlock was found for property $_port
error 35 No DocBlock was found for property $_timeout
error 36 No DocBlock was found for property $_passive
error 37 No DocBlock was found for property $_debug
error 38 No DocBlock was found for property $_conn_id

fuel/core/classes/fuel.php10

Type Line Description
error 98 No DocBlock was found for property $locale
error 100 No DocBlock was found for property $timezone
error 102 No DocBlock was found for property $encoding
error 104 No DocBlock was found for property $is_cli
error 106 No DocBlock was found for property $is_test
error 108 No DocBlock was found for property $volatile_paths
error 110 No DocBlock was found for property $_paths
error 112 No DocBlock was found for property $packages
error 114 No DocBlock was found for method __construct()
error 116 Argument $config is missing from the Docblock of init()

fuel/core/classes/html.php2

Type Line Description
error 28 No DocBlock was found for property $doctypes
error 29 No DocBlock was found for property $html5

fuel/core/classes/httpexception.php1

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\HttpException

fuel/core/classes/validation.php6

Type Line Description
error 62 No DocBlock was found for method instance()
error 78 Argument $instance is missing from the Docblock of set_active()
error 94 Argument $instance is missing from the Docblock of set_active_field()
error 137 No DocBlock was found for method __construct()
error 297 No DocBlock was found for method remove_callable()
error 318 Argument $temp_callables is missing from the Docblock of run()

fuel/core/classes/httpexceptions.php8

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\HttpBadRequestException
error 17 No DocBlock was found for method response()
error 23 No DocBlock was found for \Fuel\Core\HttpNoAccessException
error 25 No DocBlock was found for method response()
error 31 No DocBlock was found for \Fuel\Core\HttpNotFoundException
error 33 No DocBlock was found for method response()
error 39 No DocBlock was found for \Fuel\Core\HttpServerErrorException
error 41 No DocBlock was found for method response()

fuel/core/classes/image.php2

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Image
error 17 No DocBlock was found for property $_instance

fuel/core/classes/view.php2

Type Line Description
error 430 Name of argument $reverse does not match with the DocBlock's name $prefix in set_filename()
notice 430 Parameter $prefix could not be found in set_filename()

fuel/core/classes/input.php4

Type Line Description
error 32 The type hint of the argument is incorrect for the type definition of the @param tag with argument $new in forge()
error 32 The type hint of the argument is incorrect for the type definition of the @param tag with argument $input in forge()
error 70 Argument $method is missing from the Docblock of __callStatic()
error 70 Argument $arguments is missing from the Docblock of __callStatic()

fuel/core/classes/lang.php3

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\LangException
error 17 No DocBlock was found for \Fuel\Core\Lang
error 34 No DocBlock was found for method _init()

fuel/core/classes/log.php2

Type Line Description
error 120 Argument $prefix is missing from the Docblock of logfile()
error 120 Argument $suffix is missing from the Docblock of logfile()

fuel/core/classes/migrate.php2

Type Line Description
error 504 Argument $class is missing from the Docblock of _run()
error 504 Argument $method is missing from the Docblock of _run()

fuel/core/classes/model.php1

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Model

fuel/core/classes/viewmodel.php1

Type Line Description
error 25 No DocBlock was found for property $ns_prefix

fuel/core/classes/pagination.php3

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Pagination
error 179 No short description for method __construct()
error 552 Argument $page is missing from the Docblock of _make_link()

fuel/core/classes/presenter.php3

Type Line Description
error 25 No DocBlock was found for property $ns_prefix
error 115 No DocBlock was found for method __construct()
error 143 Argument $view is missing from the Docblock of set_view()

fuel/core/classes/profiler.php12

Type Line Description
error 18 No DocBlock was found for \Fuel\Core\Profiler
error 20 No DocBlock was found for property $profiler
error 22 No DocBlock was found for property $query
error 24 No DocBlock was found for method init()
error 36 No DocBlock was found for method mark()
error 41 No DocBlock was found for method mark_memory()
error 46 No DocBlock was found for method console()
error 51 No DocBlock was found for method output()
error 56 No DocBlock was found for method start()
error 70 No DocBlock was found for method stop()
error 80 No DocBlock was found for method delete()
error 85 No DocBlock was found for method app_total()

fuel/core/classes/request.php13

Type Line Description
error 135 Argument $full is missing from the Docblock of reset_request()
error 588 Argument $var is missing from the Docblock of set_get()
error 588 Argument $value is missing from the Docblock of set_get()
error 605 Argument $var is missing from the Docblock of set_post()
error 605 Argument $value is missing from the Docblock of set_post()
error 622 Argument $var is missing from the Docblock of set_json()
error 622 Argument $value is missing from the Docblock of set_json()
error 639 Argument $var is missing from the Docblock of set_put()
error 639 Argument $value is missing from the Docblock of set_put()
error 656 Argument $var is missing from the Docblock of set_patch()
error 656 Argument $value is missing from the Docblock of set_patch()
error 673 Argument $var is missing from the Docblock of set_delete()
error 673 Argument $value is missing from the Docblock of set_delete()

fuel/core/classes/response.php1

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Response

fuel/core/classes/route.php3

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Route
critical 81 No short description for property $callable
error 91 No DocBlock was found for method __construct()

fuel/core/classes/router.php3

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\Router
critical 17 No short description for property $routes
error 272 No DocBlock was found for method parse_segments()

fuel/core/classes/security.php4

Type Line Description
error 15 No DocBlock was found for \Fuel\Core\SecurityException
error 170 No DocBlock was found for method xss_clean()
error 190 No DocBlock was found for method strip_tags()
error 207 No DocBlock was found for method htmlentities()

fuel/core/classes/session.php1

Type Line Description
notice 189 Parameter could not be found in __construct()

fuel/core/classes/str.php7

Type Line Description
error 407 No DocBlock was found for method substr()
error 535 Name of argument $before_needle does not match with the DocBlock's name $part in strrchr()
notice 535 Parameter $part could not be found in strrchr()
error 634 No DocBlock was found for method length()
error 639 No DocBlock was found for method sub()
error 644 No DocBlock was found for method lower()
error 649 No DocBlock was found for method upper()

fuel/core/classes/testcase.php1

Type Line Description
error 22 No DocBlock was found for method expectException()

fuel/core/tasks/install.php1

Type Line Description
error 28 No DocBlock was found for method run()

fuel/core/tasks/migrate.php1

Type Line Description
notice 244 Parameter could not be found in _run()

fuel/core/tasks/session.php1

Type Line Description
error 39 No DocBlock was found for method run()

fuel/core/views/errors/crypt_keys.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/core/views/errors/crypt_keys.php

fuel/core/views/errors/php_error.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/core/views/errors/php_error.php

fuel/core/views/errors/php_fatal_error.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/core/views/errors/php_fatal_error.php

fuel/core/views/errors/php_short.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/core/views/errors/php_short.php

fuel/core/views/errors/production.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/core/views/errors/production.php

fuel/core/views/400.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/core/views/400.php

fuel/core/views/403.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/core/views/403.php

fuel/core/views/404.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/core/views/404.php

fuel/core/views/500.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/core/views/500.php

fuel/core/base.php15

Type Line Description
error 24 No DocBlock was found for function \is_windows()
error 39 No DocBlock was found for function \import()
error 71 No DocBlock was found for function \logger()
error 85 No DocBlock was found for function \array_to_attr()
error 121 No DocBlock was found for function \html_tag()
error 162 No DocBlock was found for function \in_arrayi()
error 176 No DocBlock was found for function \get_object_public_vars()
error 192 No DocBlock was found for function \render()
error 207 No DocBlock was found for function \__()
error 221 No DocBlock was found for function \e()
error 236 No DocBlock was found for function \get_real_class()
error 276 No DocBlock was found for function \http_build_url()
error 376 No DocBlock was found for function \get_common_path()
error 406 No DocBlock was found for function \call_fuel_func_array()
error 516 No DocBlock was found for function \hash_pbkdf2()

fuel/core/bootstrap.php2

Type Line Description
error 115 No DocBlock was found for function \setup_autoloader()
error 341 No DocBlock was found for function \get_composer()

fuel/packages/auth/classes/auth/acl/driver.php4

Type Line Description
error 15 No DocBlock was found for \Auth\Auth_Acl_Driver
error 27 No DocBlock was found for method forge()
error 52 Argument $rights is missing from the Docblock of _parse_conditions()
error 91 The type hint of the argument is incorrect for the type definition of the @param tag with argument $entity in has_access()

fuel/packages/auth/classes/auth/acl/ormacl.php5

Type Line Description
error 26 No DocBlock was found for property $_valid_roles
error 31 No DocBlock was found for method _init()
error 48 No DocBlock was found for property $_acl_cache
error 53 No DocBlock was found for method roles()
error 61 No DocBlock was found for method has_access()

fuel/packages/auth/classes/auth/acl/simpleacl.php5

Type Line Description
error 15 No DocBlock was found for \Auth\Auth_Acl_Simpleacl
error 17 No DocBlock was found for property $_valid_roles
error 19 No DocBlock was found for method _init()
error 24 No DocBlock was found for method roles()
error 29 No DocBlock was found for method has_access()

fuel/packages/auth/classes/auth/group/driver.php3

Type Line Description
error 15 No DocBlock was found for \Auth\Auth_Group_Driver
critical 17 No short description for property $_instance
error 27 No DocBlock was found for method forge()

fuel/packages/auth/classes/auth/group/ormgroup.php7

Type Line Description
error 26 No DocBlock was found for property $_valid_groups
error 31 No DocBlock was found for method _init()
error 48 No DocBlock was found for property $config
error 55 No DocBlock was found for method groups()
error 63 No DocBlock was found for method member()
error 108 No DocBlock was found for method get_name()
error 142 No DocBlock was found for method get_roles()

fuel/packages/auth/classes/auth/group/simplegroup.php8

Type Line Description
error 15 No DocBlock was found for \Auth\Auth_Group_Simplegroup
error 17 No DocBlock was found for property $_valid_groups
error 19 No DocBlock was found for method _init()
error 24 No DocBlock was found for property $config
error 28 No DocBlock was found for method groups()
error 33 No DocBlock was found for method member()
error 52 No DocBlock was found for method get_name()
error 66 No DocBlock was found for method get_roles()

fuel/packages/auth/classes/auth/login/driver.php5

Type Line Description
error 15 No DocBlock was found for \Auth\Auth_Login_Driver
error 32 No DocBlock was found for method forge()
error 177 Argument $driver is missing from the Docblock of groups()
error 201 Argument $driver is missing from the Docblock of roles()
error 227 Argument $user_id is missing from the Docblock of remember_me()

fuel/packages/auth/classes/auth/login/ormauth.php9

Type Line Description
error 26 No DocBlock was found for method _init()
error 70 Argument $username_or_email is missing from the Docblock of validate_user()
error 70 Argument $password is missing from the Docblock of validate_user()
error 215 The type hint of the argument is incorrect for the type definition of the @param tag with argument $profile_fields in create_user()
error 610 Argument $field is missing from the Docblock of get_profile_fields()
error 610 Argument $default is missing from the Docblock of get_profile_fields()
error 636 Argument $condition is missing from the Docblock of has_access()
error 636 Argument $driver is missing from the Docblock of has_access()
error 636 Argument $user is missing from the Docblock of has_access()

fuel/packages/auth/classes/auth/login/simpleauth.php8

Type Line Description
error 112 Argument $username_or_email is missing from the Docblock of validate_user()
error 112 Argument $password is missing from the Docblock of validate_user()
error 220 The type hint of the argument is incorrect for the type definition of the @param tag with argument $profile_fields in create_user()
error 552 Argument $field is missing from the Docblock of get_profile_fields()
error 552 Argument $default is missing from the Docblock of get_profile_fields()
error 576 Argument $condition is missing from the Docblock of has_access()
error 576 Argument $driver is missing from the Docblock of has_access()
error 576 Argument $user is missing from the Docblock of has_access()

fuel/packages/auth/classes/auth/driver.php3

Type Line Description
error 15 No DocBlock was found for \Auth\Auth_Driver
error 29 No DocBlock was found for method forge()
error 71 No DocBlock was found for method __construct()

fuel/packages/auth/classes/auth/exceptions.php3

Type Line Description
error 15 No DocBlock was found for \Auth\SimpleUserUpdateException
error 17 No DocBlock was found for \Auth\SimpleUserWrongPassword
error 19 No DocBlock was found for \Auth\OpauthException

fuel/packages/auth/classes/auth/opauth.php6

Type Line Description
error 17 No DocBlock was found for \Auth\Auth_Opauth
error 177 Argument $config is missing from the Docblock of __construct()
error 177 Argument $autorun is missing from the Docblock of __construct()
error 316 Argument $data is missing from the Docblock of link_provider()
error 346 Argument $key is missing from the Docblock of get()
error 346 Argument $default is missing from the Docblock of get()

fuel/packages/auth/classes/model/auth/group.php1

Type Line Description
error 15 No DocBlock was found for \Auth\Model\Auth_Group

fuel/packages/auth/classes/model/auth/grouppermission.php1

Type Line Description
error 15 No DocBlock was found for \Auth\Model\Auth_Grouppermission

fuel/packages/auth/classes/model/auth/metadata.php1

Type Line Description
error 15 No DocBlock was found for \Auth\Model\Auth_Metadata

fuel/packages/auth/classes/model/auth/permission.php1

Type Line Description
error 15 No DocBlock was found for \Auth\Model\Auth_Permission

fuel/packages/auth/classes/model/auth/provider.php1

Type Line Description
error 15 No DocBlock was found for \Auth\Model\Auth_Provider

fuel/packages/auth/classes/model/auth/role.php1

Type Line Description
error 15 No DocBlock was found for \Auth\Model\Auth_Role

fuel/packages/auth/classes/model/auth/rolepermission.php1

Type Line Description
error 15 No DocBlock was found for \Auth\Model\Auth_Rolepermission

fuel/packages/auth/classes/model/auth/user.php2

Type Line Description
error 17 No DocBlock was found for \Auth\Model\Auth_User
error 127 No DocBlock was found for property $_eav

fuel/packages/auth/classes/model/auth/userpermission.php1

Type Line Description
error 15 No DocBlock was found for \Auth\Model\Auth_Userpermission

fuel/packages/auth/classes/auth.php4

Type Line Description
error 15 No DocBlock was found for \Auth\AuthException
error 53 No DocBlock was found for method _init()
error 290 The type hint of the argument is incorrect for the type definition of the @param tag with argument $driver in _register_verified()
error 300 The type hint of the argument is incorrect for the type definition of the @param tag with argument $driver in _unregister_verified()

fuel/packages/auth/migrations/001_auth_create_usertables.php4

Type Line Description
error 17 No DocBlock was found for \Fuel\Migrations\Auth_Create_Usertables
error 19 No DocBlock was found for method up()
error 200 No DocBlock was found for method down()
error 244 Argument $type is missing from the Docblock of dbconnection()

fuel/packages/auth/migrations/002_auth_create_grouptables.php4

Type Line Description
error 17 No DocBlock was found for \Fuel\Migrations\Auth_Create_Grouptables
error 19 No DocBlock was found for method up()
error 59 No DocBlock was found for method down()
error 87 Argument $type is missing from the Docblock of dbconnection()

fuel/packages/auth/migrations/003_auth_create_roletables.php4

Type Line Description
error 17 No DocBlock was found for \Fuel\Migrations\Auth_Create_Roletables
error 19 No DocBlock was found for method up()
error 54 No DocBlock was found for method down()
error 79 Argument $type is missing from the Docblock of dbconnection()

fuel/packages/auth/migrations/004_auth_create_permissiontables.php4

Type Line Description
error 17 No DocBlock was found for \Fuel\Migrations\Auth_Create_Permissiontables
error 19 No DocBlock was found for method up()
error 52 No DocBlock was found for method down()
error 74 Argument $type is missing from the Docblock of dbconnection()

fuel/packages/auth/migrations/005_auth_create_authdefaults.php4

Type Line Description
error 17 No DocBlock was found for \Fuel\Migrations\Auth_Create_Authdefaults
error 19 No DocBlock was found for method up()
error 114 No DocBlock was found for method down()
error 139 Argument $type is missing from the Docblock of dbconnection()

fuel/packages/auth/migrations/006_auth_add_authactions.php4

Type Line Description
error 17 No DocBlock was found for \Fuel\Migrations\Auth_Add_Authactions
error 19 No DocBlock was found for method up()
error 52 No DocBlock was found for method down()
error 84 Argument $type is missing from the Docblock of dbconnection()

fuel/packages/auth/migrations/007_auth_add_permissionsfilter.php4

Type Line Description
error 17 No DocBlock was found for \Fuel\Migrations\Auth_Add_Permissionsfilter
error 19 No DocBlock was found for method up()
error 43 No DocBlock was found for method down()
error 69 Argument $type is missing from the Docblock of dbconnection()

fuel/packages/auth/migrations/008_auth_create_providers.php4

Type Line Description
error 17 No DocBlock was found for \Fuel\Migrations\Auth_Create_Providers
error 19 No DocBlock was found for method up()
error 67 No DocBlock was found for method down()
error 102 Argument $type is missing from the Docblock of dbconnection()

fuel/packages/auth/migrations/009_auth_create_oauth2tables.php4

Type Line Description
error 17 No DocBlock was found for \Fuel\Migrations\Auth_Create_Oauth2tables
error 19 No DocBlock was found for method up()
error 141 No DocBlock was found for method down()
error 180 Argument $type is missing from the Docblock of dbconnection()

fuel/packages/auth/migrations/010_auth_fix_jointables.php4

Type Line Description
error 17 No DocBlock was found for \Fuel\Migrations\Auth_Fix_Jointables
error 19 No DocBlock was found for method up()
error 53 No DocBlock was found for method down()
error 87 Argument $type is missing from the Docblock of dbconnection()

fuel/packages/auth/migrations/011_auth_group_optional.php4

Type Line Description
error 17 No DocBlock was found for \Fuel\Migrations\Auth_Group_Optional
error 19 No DocBlock was found for method up()
error 43 No DocBlock was found for method down()
error 67 Argument $type is missing from the Docblock of dbconnection()

fuel/packages/auth/tasks/simple2orm.php2

Type Line Description
error 23 No DocBlock was found for property $data
error 361 No DocBlock was found for method usertable()

fuel/packages/auth/normalizedrivertypes.php1

Type Line Description
error 20 No DocBlock was found for function \normalize_driver_types()

fuel/packages/email/classes/email/driver/mail.php1

Type Line Description
error 15 No DocBlock was found for \Email\Email_Driver_Mail

fuel/packages/email/classes/email/driver/mailgun.php2

Type Line Description
error 15 No DocBlock was found for \Email\Email_Driver_Mailgun
error 17 No DocBlock was found for method _send()

fuel/packages/email/classes/email/driver/mandrill.php8

Type Line Description
error 18 No DocBlock was found for \Email\Email_Driver_Mandrill
error 48 Argument $config is missing from the Docblock of __construct()
error 169 Argument $file is missing from the Docblock of attach()
error 169 Argument $inline is missing from the Docblock of attach()
error 169 Argument $cid is missing from the Docblock of attach()
error 169 Argument $mime is missing from the Docblock of attach()
error 169 Argument $name is missing from the Docblock of attach()
error 204 Argument $list is missing from the Docblock of clear_list()

fuel/packages/email/classes/email/driver/noop.php1

Type Line Description
error 15 No DocBlock was found for \Email\Email_Driver_Noop

fuel/packages/email/classes/email/driver/sendmail.php3

Type Line Description
error 15 No DocBlock was found for \Email\SendmailConnectionException
error 17 No DocBlock was found for \Email\SendmailFailedException
error 19 No DocBlock was found for \Email\Email_Driver_Sendmail

fuel/packages/email/classes/email/driver/smtp.php5

Type Line Description
error 15 No DocBlock was found for \Email\SmtpConnectionException
error 17 No DocBlock was found for \Email\SmtpCommandFailureException
error 19 No DocBlock was found for \Email\SmtpTimeoutException
error 21 No DocBlock was found for \Email\SmtpAuthenticationFailedException
error 23 No DocBlock was found for \Email\Email_Driver_Smtp

fuel/packages/email/classes/email/driver.php3

Type Line Description
error 15 No DocBlock was found for \Email\Email_Driver
error 968 Argument $type is missing from the Docblock of get_attachment_headers()
error 968 Argument $boundary is missing from the Docblock of get_attachment_headers()

fuel/packages/email/classes/email.php6

Type Line Description
error 15 No DocBlock was found for \Email\AttachmentNotFoundException
error 17 No DocBlock was found for \Email\InvalidAttachmentsException
error 19 No DocBlock was found for \Email\InvalidEmailStringEncoding
error 21 No DocBlock was found for \Email\EmailSendingFailedException
error 23 No DocBlock was found for \Email\EmailValidationFailedException
error 25 No DocBlock was found for \Email\Email

fuel/packages/oil/classes/generate/migration/actions.php1

Type Line Description
error 329 Argument $fields is missing from the Docblock of _generate_field_string()

fuel/packages/oil/classes/generate/admin.php6

Type Line Description
error 24 No DocBlock was found for property $view_subdir
error 26 No DocBlock was found for property $controller_prefix
error 27 No DocBlock was found for property $model_prefix
error 29 No DocBlock was found for property $controller_parent
error 31 No DocBlock was found for method _init()
error 38 No DocBlock was found for method forge()

fuel/packages/oil/classes/generate/scaffold.php6

Type Line Description
error 24 No DocBlock was found for property $fields_regex
error 26 No DocBlock was found for property $view_subdir
error 28 No DocBlock was found for property $controller_prefix
error 29 No DocBlock was found for property $model_prefix
error 31 No DocBlock was found for property $controller_parent
error 33 No DocBlock was found for method _init()

fuel/packages/oil/classes/cell.php13

Type Line Description
error 25 No DocBlock was found for property $_protected
error 26 No DocBlock was found for property $_api_url
error 28 No DocBlock was found for property $_git_binary
error 29 No DocBlock was found for property $_hg_binary
error 31 No DocBlock was found for method install()
error 81 No DocBlock was found for method all()
error 97 No DocBlock was found for method search()
error 113 No DocBlock was found for method uninstall()
error 134 No DocBlock was found for method info()
error 159 No DocBlock was found for method help()
error 187 No DocBlock was found for method _use_git()
error 208 No DocBlock was found for method _download_package_zip()
error 260 No DocBlock was found for method _clone_package_repo()

fuel/packages/oil/classes/command.php4

Type Line Description
error 24 No DocBlock was found for method init()
error 332 No DocBlock was found for method print_exception()
error 357 No DocBlock was found for method help()
error 389 No DocBlock was found for method _clear_args()

fuel/packages/oil/classes/console.php6

Type Line Description
error 26 No DocBlock was found for method __construct()
error 46 No DocBlock was found for method help()
error 67 No DocBlock was found for method main()
error 159 No DocBlock was found for method is_immediate()
error 214 No DocBlock was found for method tab_complete()
error 229 No DocBlock was found for method build_date()

fuel/packages/oil/classes/generate.php45

Type Line Description
error 25 No DocBlock was found for property $create_folders
error 26 No DocBlock was found for property $create_files
error 28 No DocBlock was found for property $scaffolding
error 30 No DocBlock was found for property $_field_defaults
error 52 No short description for method config()
error 52 Argument $args is missing from the Docblock of config()
error 152 No short description for method controller()
error 152 Argument $args is missing from the Docblock of controller()
error 152 Argument $build is missing from the Docblock of controller()
error 268 No short description for method model()
error 268 Argument $args is missing from the Docblock of model()
error 268 Argument $build is missing from the Docblock of model()
error 723 No short description for method module()
error 723 Argument $args is missing from the Docblock of module()
error 776 No short description for method views()
error 776 Argument $args is missing from the Docblock of views()
error 776 Argument $subfolder is missing from the Docblock of views()
error 776 Argument $build is missing from the Docblock of views()
error 836 No short description for method migration()
error 836 Argument $args is missing from the Docblock of migration()
error 836 Argument $build is missing from the Docblock of migration()
error 1057 No short description for method task()
error 1057 Argument $args is missing from the Docblock of task()
error 1057 Argument $build is missing from the Docblock of task()
error 1173 No short description for method help()
error 1213 No short description for method package()
error 1213 Argument $args is missing from the Docblock of package()
error 1213 Argument $build is missing from the Docblock of package()
error 1571 No short description for method create()
error 1571 Argument $filepath is missing from the Docblock of create()
error 1571 Argument $contents is missing from the Docblock of create()
error 1571 Argument $type is missing from the Docblock of create()
error 1604 No short description for method build()
error 1641 No short description for method class_name()
error 1641 Argument $name is missing from the Docblock of class_name()
error 1649 No short description for method normalize_args()
error 1649 Argument $args is missing from the Docblock of normalize_args()
error 2010 No short description for method _find_migration_number()
error 2042 No short description for method _update_current_version()
error 2042 Argument $version is missing from the Docblock of _update_current_version()
error 2066 No short description for method _create_test()
error 2066 Argument $type is missing from the Docblock of _create_test()
error 2066 Argument $class_name is missing from the Docblock of _create_test()
error 2066 Argument $base_path is missing from the Docblock of _create_test()
error 2066 Argument $nav_item is missing from the Docblock of _create_test()

fuel/packages/oil/classes/package.php8

Type Line Description
error 25 No DocBlock was found for property $protected
error 27 No DocBlock was found for property $git
error 29 No DocBlock was found for method install()
error 84 No DocBlock was found for method uninstall()
error 107 No DocBlock was found for method help()
error 132 No DocBlock was found for method _use_git()
error 153 No DocBlock was found for method _download_package_zip()
error 204 No DocBlock was found for method _clone_package_repo()

fuel/packages/oil/classes/refine.php2

Type Line Description
error 24 No DocBlock was found for method run()
error 134 No DocBlock was found for method help()

fuel/packages/oil/tasks/fromdb.php5

Type Line Description
error 83 Argument $tables is missing from the Docblock of scaffold()
error 125 Argument $tables is missing from the Docblock of model()
error 157 Argument $tables is missing from the Docblock of migration()
error 239 Name of argument $type does not match with the DocBlock's name $migration in arguments()
notice 239 Parameter $migration could not be found in arguments()

fuel/packages/oil/views/admin/crud/actions/create.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/crud/actions/create.php

fuel/packages/oil/views/admin/crud/actions/delete.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/crud/actions/delete.php

fuel/packages/oil/views/admin/crud/actions/edit.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/crud/actions/edit.php

fuel/packages/oil/views/admin/crud/actions/index.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/crud/actions/index.php

fuel/packages/oil/views/admin/crud/actions/view.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/crud/actions/view.php

fuel/packages/oil/views/admin/crud/controllers/admin.php4

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/crud/controllers/admin.php
error 15 No DocBlock was found for property $template
error 17 No DocBlock was found for method before()
error 38 No DocBlock was found for method action_login()

fuel/packages/oil/views/admin/crud/controllers/base.php2

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/crud/controllers/base.php
error 15 No DocBlock was found for method before()

fuel/packages/oil/views/admin/crud/views/actions/_form.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/crud/views/actions/_form.php

fuel/packages/oil/views/admin/crud/views/actions/create.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/crud/views/actions/create.php

fuel/packages/oil/views/admin/crud/views/actions/edit.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/crud/views/actions/edit.php

fuel/packages/oil/views/admin/crud/views/actions/index.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/crud/views/actions/index.php

fuel/packages/oil/views/admin/crud/views/actions/view.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/crud/views/actions/view.php

fuel/packages/oil/views/admin/crud/controller.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/crud/controller.php

fuel/packages/oil/views/admin/crud/model.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/crud/model.php

fuel/packages/oil/views/admin/orm/actions/create.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/orm/actions/create.php

fuel/packages/oil/views/admin/orm/actions/delete.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/orm/actions/delete.php

fuel/packages/oil/views/admin/orm/actions/edit.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/orm/actions/edit.php

fuel/packages/oil/views/admin/orm/actions/index.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/orm/actions/index.php

fuel/packages/oil/views/admin/orm/actions/view.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/orm/actions/view.php

fuel/packages/oil/views/admin/orm/controllers/admin.php4

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/orm/controllers/admin.php
error 15 No DocBlock was found for property $template
error 17 No DocBlock was found for method before()
error 39 No DocBlock was found for method action_login()

fuel/packages/oil/views/admin/orm/controllers/base.php2

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/orm/controllers/base.php
error 15 No DocBlock was found for method before()

fuel/packages/oil/views/admin/orm/views/actions/_form.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/orm/views/actions/_form.php

fuel/packages/oil/views/admin/orm/views/actions/create.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/orm/views/actions/create.php

fuel/packages/oil/views/admin/orm/views/actions/edit.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/orm/views/actions/edit.php

fuel/packages/oil/views/admin/orm/views/actions/index.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/orm/views/actions/index.php

fuel/packages/oil/views/admin/orm/views/actions/view.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/orm/views/actions/view.php

fuel/packages/oil/views/admin/orm/controller.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/orm/controller.php

fuel/packages/oil/views/admin/orm/model.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/orm/model.php

fuel/packages/oil/views/admin/dashboard.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/dashboard.php

fuel/packages/oil/views/admin/login.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/login.php

fuel/packages/oil/views/admin/template.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/admin/template.php

fuel/packages/oil/views/scaffolding/crud/actions/create.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/crud/actions/create.php

fuel/packages/oil/views/scaffolding/crud/actions/delete.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/crud/actions/delete.php

fuel/packages/oil/views/scaffolding/crud/actions/edit.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/crud/actions/edit.php

fuel/packages/oil/views/scaffolding/crud/actions/index.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/crud/actions/index.php

fuel/packages/oil/views/scaffolding/crud/actions/view.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/crud/actions/view.php

fuel/packages/oil/views/scaffolding/crud/controllers/admin.php5

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/crud/controllers/admin.php
error 3 No DocBlock was found for \Controller_Admin
error 5 No DocBlock was found for property $template
error 7 No DocBlock was found for method before()
error 28 No DocBlock was found for method action_login()

fuel/packages/oil/views/scaffolding/crud/controllers/base.php3

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/crud/controllers/base.php
error 3 No DocBlock was found for \Controller_Base
error 5 No DocBlock was found for method before()

fuel/packages/oil/views/scaffolding/crud/views/actions/_form.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/crud/views/actions/_form.php

fuel/packages/oil/views/scaffolding/crud/views/actions/create.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/crud/views/actions/create.php

fuel/packages/oil/views/scaffolding/crud/views/actions/edit.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/crud/views/actions/edit.php

fuel/packages/oil/views/scaffolding/crud/views/actions/index.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/crud/views/actions/index.php

fuel/packages/oil/views/scaffolding/crud/views/actions/view.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/crud/views/actions/view.php

fuel/packages/oil/views/scaffolding/crud/controller.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/crud/controller.php

fuel/packages/oil/views/scaffolding/crud/model.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/crud/model.php

fuel/packages/oil/views/scaffolding/orm/actions/create.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/orm/actions/create.php

fuel/packages/oil/views/scaffolding/orm/actions/delete.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/orm/actions/delete.php

fuel/packages/oil/views/scaffolding/orm/actions/edit.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/orm/actions/edit.php

fuel/packages/oil/views/scaffolding/orm/actions/index.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/orm/actions/index.php

fuel/packages/oil/views/scaffolding/orm/actions/view.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/orm/actions/view.php

fuel/packages/oil/views/scaffolding/orm/views/actions/_form.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/orm/views/actions/_form.php

fuel/packages/oil/views/scaffolding/orm/views/actions/create.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/orm/views/actions/create.php

fuel/packages/oil/views/scaffolding/orm/views/actions/edit.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/orm/views/actions/edit.php

fuel/packages/oil/views/scaffolding/orm/views/actions/index.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/orm/views/actions/index.php

fuel/packages/oil/views/scaffolding/orm/views/actions/view.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/orm/views/actions/view.php

fuel/packages/oil/views/scaffolding/orm/controller.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/orm/controller.php

fuel/packages/oil/views/scaffolding/orm/model.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/orm/model.php

fuel/packages/oil/views/scaffolding/template.php1

Type Line Description
error 0 No page-level DocBlock was found in file fuel/packages/oil/views/scaffolding/template.php

fuel/packages/orm/classes/model/nestedset.php11

Type Line Description
error 36 No DocBlock was found for property $_defaults
error 112 No DocBlock was found for method __construct()
error 378 Argument $addroot is missing from the Docblock of path()
error 924 Argument $cascade is missing from the Docblock of save()
error 924 Argument $use_transaction is missing from the Docblock of save()
error 1142 Argument $use_transaction is missing from the Docblock of delete()
error 1202 Argument $use_transaction is missing from the Docblock of delete_tree()
notice 1270 Parameter could not be found in get_query()
error 1296 Argument $conditions is missing from the Docblock of get()
error 1350 No DocBlock was found for method get_one()
error 1434 No DocBlock was found for method _fetch_nodes()

fuel/packages/orm/classes/model/soft.php10

Type Line Description
error 15 No DocBlock was found for \Orm\RelationNotSoft
error 47 No DocBlock was found for property $_disable_filter
error 49 No DocBlock was found for property $_disable_soft_delete
error 100 No short description for method get_filter_status()
error 153 No DocBlock was found for method delete_self()
error 192 Argument $rel is missing from the Docblock of should_cascade_delete()
error 207 Argument $cascade_restore is missing from the Docblock of restore()
error 270 Argument $options is missing from the Docblock of query()
error 286 Argument $id is missing from the Docblock of deleted()
error 286 Argument $options is missing from the Docblock of deleted()

fuel/packages/orm/classes/model/temporal.php7

Type Line Description
error 60 No DocBlock was found for method _init()
error 176 No DocBlock was found for method set_lazy_timestamp()
error 181 Argument $conditions is missing from the Docblock of get()
notice 352 Parameter $skip_temporal could not be found in save()
error 443 Argument $cascade is missing from the Docblock of overwrite()
error 443 Argument $use_transaction is missing from the Docblock of overwrite()
error 564 No DocBlock was found for method delete()

fuel/packages/orm/classes/observer/typing.php7

Type Line Description
critical 114 No short description for property $use_locale
error 159 Argument $event_type is missing from the Docblock of typecast()
error 299 Argument $settings is missing from the Docblock of type_float_before()
error 356 Argument $settings is missing from the Docblock of type_decimal_before()
error 375 Argument $settings is missing from the Docblock of type_decimal_after()
error 375 Argument $matches is missing from the Docblock of type_decimal_after()
error 599 Argument $settings is missing from the Docblock of type_json_decode()

fuel/packages/orm/classes/query/soft.php5

Type Line Description
error 50 Argument $column is missing from the Docblock of count()
error 50 Argument $distinct is missing from the Docblock of count()
error 59 Argument $column is missing from the Docblock of min()
error 68 Argument $column is missing from the Docblock of max()
error 77 No DocBlock was found for method modify_join_result()

fuel/packages/orm/classes/query/temporal.php4

Type Line Description
error 24 No DocBlock was found for property $timestamp
error 25 No DocBlock was found for property $timestamp_end_col
error 26 No DocBlock was found for property $timestamp_start_col
error 69 No DocBlock was found for method hydrate()

fuel/packages/orm/classes/belongsto.php9

Type Line Description
error 15 No DocBlock was found for \Orm\BelongsTo
error 17 No DocBlock was found for property $singular
error 19 No DocBlock was found for property $key_from
error 21 No DocBlock was found for property $key_to
error 23 No DocBlock was found for method __construct()
error 48 No DocBlock was found for method get()
error 69 No DocBlock was found for method join()
error 114 No DocBlock was found for method save()
error 206 No DocBlock was found for method delete()

fuel/packages/orm/classes/hasmany.php6

Type Line Description
error 15 No DocBlock was found for \Orm\HasMany
error 17 No DocBlock was found for method __construct()
error 42 No DocBlock was found for method get()
error 75 No DocBlock was found for method join()
error 120 No DocBlock was found for method save()
error 235 No DocBlock was found for method delete()

fuel/packages/orm/classes/hasone.php7

Type Line Description
error 15 No DocBlock was found for \Orm\HasOne
error 17 No DocBlock was found for property $singular
error 19 No DocBlock was found for method __construct()
error 44 No DocBlock was found for method get()
error 65 No DocBlock was found for method join()
error 110 No DocBlock was found for method save()
error 206 No DocBlock was found for method delete()

fuel/packages/orm/classes/manymany.php10

Type Line Description
error 15 No DocBlock was found for \Orm\ManyMany
error 17 No DocBlock was found for property $key_from
error 19 No DocBlock was found for property $key_to
error 41 No DocBlock was found for method __construct()
error 82 No DocBlock was found for method get()
error 143 No DocBlock was found for method select_through()
error 157 No DocBlock was found for method join()
error 240 No DocBlock was found for method save()
error 345 No DocBlock was found for method delete()
error 372 No DocBlock was found for method delete_related()

fuel/packages/orm/classes/model.php35

Type Line Description
error 25 No DocBlock was found for \Orm\Model
error 140 Argument $data is missing from the Docblock of forge()
error 140 Argument $new is missing from the Docblock of forge()
error 140 Argument $view is missing from the Docblock of forge()
error 140 Argument $cache is missing from the Docblock of forge()
error 683 The type hint of the argument is incorrect for the type definition of the @param tag with argument $options in count()
notice 694 Parameter could not be found in max()
notice 706 Parameter could not be found in min()
error 718 No DocBlock was found for method __callStatic()
critical 847 No short description for property $_data_relations
error 872 Argument $view is missing from the Docblock of __construct()
error 872 Argument $cache is missing from the Docblock of __construct()
error 976 Argument $relations is missing from the Docblock of _update_original_relations()
error 1361 Argument $use_transaction is missing from the Docblock of save()
notice 1746 Parameter could not be found in enable_event()
error 1958 No DocBlock was found for method is_fetched()
error 1973 No DocBlock was found for method is_new()
error 2281 Argument $custom is missing from the Docblock of to_object()
error 2281 Argument $recurse is missing from the Docblock of to_object()
error 2291 Name of argument $attribute does not match with the DocBlock's name $attribute, in _get_eav()
error 2291 Name of argument $isset does not match with the DocBlock's name $isset, in _get_eav()
error 2291 Name of argument $unset does not match with the DocBlock's name $unset, in _get_eav()
notice 2291 Parameter $attribute, could not be found in _get_eav()
notice 2291 Parameter $isset, could not be found in _get_eav()
notice 2291 Parameter $unset, could not be found in _get_eav()
error 2439 No DocBlock was found for method offsetSet()
error 2451 No DocBlock was found for method offsetExists()
error 2456 No DocBlock was found for method offsetUnset()
error 2461 No DocBlock was found for method offsetGet()
error 2477 No DocBlock was found for property $_iterable
error 2479 No DocBlock was found for method rewind()
error 2485 No DocBlock was found for method current()
error 2490 No DocBlock was found for method key()
error 2495 No DocBlock was found for method next()
error 2500 No DocBlock was found for method valid()

fuel/packages/orm/classes/query.php16

Type Line Description
notice 471 Parameter $fields could not be found in select()
notice 570 Parameter $coulmns could not be found in group_by()
notice 641 Parameter could not be found in where()
notice 641 Parameter could not be found in where()
notice 641 Parameter could not be found in where()
notice 658 Parameter could not be found in or_where()
notice 658 Parameter could not be found in or_where()
notice 658 Parameter could not be found in or_where()
notice 747 Parameter could not be found in having()
notice 747 Parameter could not be found in having()
notice 747 Parameter could not be found in having()
notice 764 Parameter could not be found in or_having()
notice 764 Parameter could not be found in or_having()
notice 764 Parameter could not be found in or_having()
error 1345 Argument $join_result is missing from the Docblock of modify_join_result()
error 1345 Argument $name is missing from the Docblock of modify_join_result()

fuel/packages/orm/classes/relation.php2

Type Line Description
error 15 No DocBlock was found for \Orm\Relation
error 71 The type hint of the argument is incorrect for the type definition of the @param tag with argument $from in get()

fuel/packages/parser/classes/smarty/fuel/extension.php41

Type Line Description
error 32 Argument $smarty is missing from the Docblock of __construct()
error 83 Argument $params is missing from the Docblock of url()
error 102 Argument $params is missing from the Docblock of uri_segment()
error 117 Argument $params is missing from the Docblock of config_get()
error 133 Argument $params is missing from the Docblock of lang_get()
error 151 Argument $params is missing from the Docblock of form()
error 151 Argument $content is missing from the Docblock of form()
error 151 Argument $smarty is missing from the Docblock of form()
error 151 Argument $repeat is missing from the Docblock of form()
error 171 Argument $params is missing from the Docblock of form_fieldset()
error 171 Argument $content is missing from the Docblock of form_fieldset()
error 171 Argument $smarty is missing from the Docblock of form_fieldset()
error 171 Argument $repeat is missing from the Docblock of form_fieldset()
error 191 Argument $params is missing from the Docblock of form_input()
error 208 Argument $params is missing from the Docblock of form_password()
error 225 Argument $params is missing from the Docblock of form_hidden()
error 242 Argument $params is missing from the Docblock of form_button()
error 259 Argument $params is missing from the Docblock of form_submit()
error 276 Argument $params is missing from the Docblock of form_reset()
error 293 Argument $params is missing from the Docblock of form_textarea()
error 310 Argument $params is missing from the Docblock of form_label()
error 327 Argument $params is missing from the Docblock of form_checkbox()
error 345 Argument $params is missing from the Docblock of form_radio()
error 363 Argument $params is missing from the Docblock of form_select()
error 381 Argument $params is missing from the Docblock of form_file()
error 397 Argument $params is missing from the Docblock of form_val()
error 410 Argument $params is missing from the Docblock of input_get()
error 423 Argument $params is missing from the Docblock of input_post()
error 436 Argument $params is missing from the Docblock of asset_add_path()
error 452 Argument $params is missing from the Docblock of asset_css()
error 470 Argument $params is missing from the Docblock of asset_js()
error 488 Argument $params is missing from the Docblock of asset_img()
error 505 Argument $params is missing from the Docblock of asset_render()
error 518 Argument $params is missing from the Docblock of asset_find_file()
error 538 Argument $params is missing from the Docblock of html_anchor()
error 559 Argument $params is missing from the Docblock of session_get_flash()
error 576 Argument $params is missing from the Docblock of markdown_parse()
error 576 Argument $content is missing from the Docblock of markdown_parse()
error 576 Argument $smarty is missing from the Docblock of markdown_parse()
error 576 Argument $repeat is missing from the Docblock of markdown_parse()
error 590 Argument $params is missing from the Docblock of auth_has_access()

fuel/packages/parser/classes/twig/fuel/extension.php4

Type Line Description
error 193 No DocBlock was found for method fuel_version()
error 198 No DocBlock was found for method theme_asset_css()
error 203 No DocBlock was found for method theme_asset_js()
error 208 No DocBlock was found for method theme_asset_img()

fuel/packages/parser/classes/view/dwoo.php6

Type Line Description
error 19 No DocBlock was found for \Parser\View_Dwoo
error 21 No DocBlock was found for property $_parser
error 22 No DocBlock was found for property $_parser_compiler
error 23 No DocBlock was found for property $_parser_security
error 25 No DocBlock was found for method process_file()
error 45 No DocBlock was found for property $extension

fuel/packages/parser/classes/view/haml.php6

Type Line Description
error 17 No DocBlock was found for \Parser\View_Haml
error 19 No DocBlock was found for property $_parser
error 20 No DocBlock was found for property $_cache
error 22 No DocBlock was found for method process_file()
error 32 No DocBlock was found for property $extension
error 56 No DocBlock was found for method cache_init()

fuel/packages/parser/classes/view/hamltwig.php5

Type Line Description
error 21 No DocBlock was found for \Parser\View_HamlTwig
error 22 No DocBlock was found for property $_environment
error 24 No short description for method _init()
error 46 Argument $file_override is missing from the Docblock of process_file()
error 103 No short description for method parser()

fuel/packages/parser/classes/view/handlebars.php3

Type Line Description
error 17 No DocBlock was found for \Parser\View_Handlebars
error 20 No DocBlock was found for property $extension
error 22 No DocBlock was found for method process_file()

fuel/packages/parser/classes/view/jade.php7

Type Line Description
error 18 No DocBlock was found for \Parser\View_Jade
critical 20 No short description for property $extension
error 25 Argument $cachepath is missing from the Docblock of everzet_parser()
error 47 Argument $cachepath is missing from the Docblock of tale_parser()
error 64 No short description for method process_file()
error 64 Argument $file_override is missing from the Docblock of process_file()
error 103 No DocBlock was found for method cache_init()

fuel/packages/parser/classes/view/lex.php8

Type Line Description
error 15 No DocBlock was found for \Parser\View_Lex
error 17 No DocBlock was found for property $_parser
error 19 No DocBlock was found for method parser()
error 31 No DocBlock was found for method injectNoparse()
error 36 No DocBlock was found for property $extension
error 38 No DocBlock was found for property $callback
error 40 No DocBlock was found for method setCallback()
error 47 No DocBlock was found for method process_file()

fuel/packages/parser/classes/view/markdown.php5

Type Line Description
error 15 No DocBlock was found for \Parser\View_Markdown
error 17 No DocBlock was found for property $_parser
error 19 No DocBlock was found for method process_file()
error 38 No DocBlock was found for method pre_process()
error 67 No DocBlock was found for property $extension

fuel/packages/parser/classes/view/mustache.php4

Type Line Description
error 18 No DocBlock was found for \Parser\View_Mustache
error 20 No DocBlock was found for property $_parser
error 22 No DocBlock was found for method process_file()
error 42 No DocBlock was found for property $extension

fuel/packages/parser/classes/view/phptal.php5

Type Line Description
error 15 No DocBlock was found for \Parser\View_Phptal
error 17 No DocBlock was found for property $_parser
error 19 No DocBlock was found for method process_file()
error 45 No DocBlock was found for property $extension
error 47 No DocBlock was found for method parser()

fuel/packages/parser/classes/view/smarty.php4

Type Line Description
error 17 No DocBlock was found for \Parser\View_Smarty
error 19 No DocBlock was found for property $_parser
error 21 No DocBlock was found for method process_file()
error 43 No DocBlock was found for property $extension

fuel/packages/parser/classes/view/twig.php7

Type Line Description
error 20 No DocBlock was found for \Parser\View_Twig
error 22 No DocBlock was found for property $_parser
error 23 No DocBlock was found for property $_parser_loader
error 24 No DocBlock was found for property $_twig_lexer_conf
error 26 No DocBlock was found for method _init()
error 37 No DocBlock was found for method process_file()
error 85 No DocBlock was found for property $extension

fuel/packages/parser/classes/view.php2

Type Line Description
error 15 No DocBlock was found for \Parser\View
error 22 No DocBlock was found for method _init()