diff --git a/src/Acl/Adapter/AbstractAdapter.php b/src/Acl/Adapter/AbstractAdapter.php index 24bbc8b8..40e57e45 100644 --- a/src/Acl/Adapter/AbstractAdapter.php +++ b/src/Acl/Adapter/AbstractAdapter.php @@ -18,7 +18,6 @@ */ abstract class AbstractAdapter extends AbstractEventsAware implements \Phalcon\Acl\Adapter\AdapterInterface, \Phalcon\Events\EventsAwareInterface { - /** * Active access which the list is checking if some role can access it * diff --git a/src/Acl/Adapter/AdapterInterface.php b/src/Acl/Adapter/AdapterInterface.php index 5381b1a3..3333fd92 100644 --- a/src/Acl/Adapter/AdapterInterface.php +++ b/src/Acl/Adapter/AdapterInterface.php @@ -17,8 +17,6 @@ */ interface AdapterInterface { - - /** * Do a role inherit from another existing role * diff --git a/src/Acl/Adapter/Memory.php b/src/Acl/Adapter/Memory.php index 16ef9f65..93d03266 100644 --- a/src/Acl/Adapter/Memory.php +++ b/src/Acl/Adapter/Memory.php @@ -84,7 +84,6 @@ */ class Memory extends \Phalcon\Acl\Adapter\AbstractAdapter { - /** * Access * diff --git a/src/Acl/Component.php b/src/Acl/Component.php index b761a687..69bd4d60 100644 --- a/src/Acl/Component.php +++ b/src/Acl/Component.php @@ -14,7 +14,6 @@ */ class Component implements \Phalcon\Acl\ComponentInterface { - /** * Component description * diff --git a/src/Acl/ComponentAwareInterface.php b/src/Acl/ComponentAwareInterface.php index c15c7e71..71f4b35b 100644 --- a/src/Acl/ComponentAwareInterface.php +++ b/src/Acl/ComponentAwareInterface.php @@ -14,8 +14,6 @@ */ interface ComponentAwareInterface { - - /** * Returns component name * diff --git a/src/Acl/ComponentInterface.php b/src/Acl/ComponentInterface.php index 79a48e56..f34c4cc0 100644 --- a/src/Acl/ComponentInterface.php +++ b/src/Acl/ComponentInterface.php @@ -14,8 +14,6 @@ */ interface ComponentInterface { - - /** * Returns component description * diff --git a/src/Acl/Exception.php b/src/Acl/Exception.php index 2668cd39..12d0693b 100644 --- a/src/Acl/Exception.php +++ b/src/Acl/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Acl/Role.php b/src/Acl/Role.php index 990a378a..42a24828 100644 --- a/src/Acl/Role.php +++ b/src/Acl/Role.php @@ -14,7 +14,6 @@ */ class Role implements \Phalcon\Acl\RoleInterface { - /** * Role name * diff --git a/src/Acl/RoleAwareInterface.php b/src/Acl/RoleAwareInterface.php index a42385eb..003fe8bd 100644 --- a/src/Acl/RoleAwareInterface.php +++ b/src/Acl/RoleAwareInterface.php @@ -14,8 +14,6 @@ */ interface RoleAwareInterface { - - /** * Returns role name * diff --git a/src/Acl/RoleInterface.php b/src/Acl/RoleInterface.php index 4dc42ceb..5c38cb35 100644 --- a/src/Acl/RoleInterface.php +++ b/src/Acl/RoleInterface.php @@ -14,8 +14,6 @@ */ interface RoleInterface { - - /** * Returns the role name * diff --git a/src/Annotations/Adapter/AbstractAdapter.php b/src/Annotations/Adapter/AbstractAdapter.php index d47fd338..6abba564 100644 --- a/src/Annotations/Adapter/AbstractAdapter.php +++ b/src/Annotations/Adapter/AbstractAdapter.php @@ -20,7 +20,6 @@ */ abstract class AbstractAdapter implements \Phalcon\Annotations\Adapter\AdapterInterface { - /** * @var array */ diff --git a/src/Annotations/Adapter/AdapterInterface.php b/src/Annotations/Adapter/AdapterInterface.php index f3d97af6..a7090f73 100644 --- a/src/Annotations/Adapter/AdapterInterface.php +++ b/src/Annotations/Adapter/AdapterInterface.php @@ -18,8 +18,6 @@ */ interface AdapterInterface { - - /** * Parses or retrieves all the annotations found in a class * diff --git a/src/Annotations/Adapter/Apcu.php b/src/Annotations/Adapter/Apcu.php index ead7e836..7cb1d60b 100644 --- a/src/Annotations/Adapter/Apcu.php +++ b/src/Annotations/Adapter/Apcu.php @@ -22,7 +22,6 @@ */ class Apcu extends \Phalcon\Annotations\Adapter\AbstractAdapter { - /** * @var string */ diff --git a/src/Annotations/Adapter/Memory.php b/src/Annotations/Adapter/Memory.php index 527037ad..7e4194ec 100644 --- a/src/Annotations/Adapter/Memory.php +++ b/src/Annotations/Adapter/Memory.php @@ -17,7 +17,6 @@ */ class Memory extends \Phalcon\Annotations\Adapter\AbstractAdapter { - /** * @var mixed */ diff --git a/src/Annotations/Adapter/Stream.php b/src/Annotations/Adapter/Stream.php index 08cb7931..ead578fb 100644 --- a/src/Annotations/Adapter/Stream.php +++ b/src/Annotations/Adapter/Stream.php @@ -28,7 +28,6 @@ */ class Stream extends \Phalcon\Annotations\Adapter\AbstractAdapter { - /** * @var string */ diff --git a/src/Annotations/Annotation.php b/src/Annotations/Annotation.php index 9c29ae36..daa1d03a 100644 --- a/src/Annotations/Annotation.php +++ b/src/Annotations/Annotation.php @@ -14,7 +14,6 @@ */ class Annotation { - /** * Annotation Arguments * diff --git a/src/Annotations/AnnotationsFactory.php b/src/Annotations/AnnotationsFactory.php index ac43ee99..94105e4d 100644 --- a/src/Annotations/AnnotationsFactory.php +++ b/src/Annotations/AnnotationsFactory.php @@ -18,8 +18,6 @@ */ class AnnotationsFactory extends AbstractFactory { - - /** * AdapterFactory constructor. * diff --git a/src/Annotations/Collection.php b/src/Annotations/Collection.php index b7a1e10f..ed37d262 100644 --- a/src/Annotations/Collection.php +++ b/src/Annotations/Collection.php @@ -31,7 +31,6 @@ */ class Collection implements \Iterator, \Countable { - /** * @var array */ diff --git a/src/Annotations/Exception.php b/src/Annotations/Exception.php index 7aa18eea..07286917 100644 --- a/src/Annotations/Exception.php +++ b/src/Annotations/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Annotations/Reader.php b/src/Annotations/Reader.php index 3f718b1a..b0d607d2 100644 --- a/src/Annotations/Reader.php +++ b/src/Annotations/Reader.php @@ -16,8 +16,6 @@ */ class Reader implements \Phalcon\Annotations\ReaderInterface { - - /** * Reads annotations from the class docblocks, its methods and/or properties * diff --git a/src/Annotations/ReaderInterface.php b/src/Annotations/ReaderInterface.php index 85136f99..4b440d31 100644 --- a/src/Annotations/ReaderInterface.php +++ b/src/Annotations/ReaderInterface.php @@ -14,8 +14,6 @@ */ interface ReaderInterface { - - /** * Reads annotations from the class docblocks, its methods and/or properties * diff --git a/src/Annotations/Reflection.php b/src/Annotations/Reflection.php index 969c6639..9b1ddf4d 100644 --- a/src/Annotations/Reflection.php +++ b/src/Annotations/Reflection.php @@ -29,7 +29,6 @@ */ class Reflection { - /** * @var array * TODO: Make always array diff --git a/src/Application/AbstractApplication.php b/src/Application/AbstractApplication.php index 8de09502..43c611db 100644 --- a/src/Application/AbstractApplication.php +++ b/src/Application/AbstractApplication.php @@ -19,7 +19,6 @@ */ abstract class AbstractApplication extends Injectable implements \Phalcon\Events\EventsAwareInterface { - /** * @var DiInterface|null */ diff --git a/src/Application/Exception.php b/src/Application/Exception.php index 4e182279..b4a27097 100644 --- a/src/Application/Exception.php +++ b/src/Application/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Assets/Asset.php b/src/Assets/Asset.php index 569089bc..9ced8acf 100644 --- a/src/Assets/Asset.php +++ b/src/Assets/Asset.php @@ -30,7 +30,6 @@ */ class Asset implements \Phalcon\Assets\AssetInterface { - /** * @var array */ diff --git a/src/Assets/Asset/Css.php b/src/Assets/Asset/Css.php index f0dba5f3..58fac1d8 100644 --- a/src/Assets/Asset/Css.php +++ b/src/Assets/Asset/Css.php @@ -16,8 +16,6 @@ */ class Css extends \Phalcon\Assets\Asset { - - /** * Phalcon\Assets\Asset\Css constructor * diff --git a/src/Assets/Asset/Js.php b/src/Assets/Asset/Js.php index 406a5b34..f4f75411 100644 --- a/src/Assets/Asset/Js.php +++ b/src/Assets/Asset/Js.php @@ -16,8 +16,6 @@ */ class Js extends \Phalcon\Assets\Asset { - - /** * Phalcon\Assets\Asset\Js constructor * diff --git a/src/Assets/AssetInterface.php b/src/Assets/AssetInterface.php index 53de8e14..d16d8a78 100644 --- a/src/Assets/AssetInterface.php +++ b/src/Assets/AssetInterface.php @@ -14,8 +14,6 @@ */ interface AssetInterface { - - /** * Gets the asset's key. * diff --git a/src/Assets/Collection.php b/src/Assets/Collection.php index e3085171..50e7b15c 100644 --- a/src/Assets/Collection.php +++ b/src/Assets/Collection.php @@ -32,7 +32,6 @@ */ class Collection implements \Countable, \IteratorAggregate { - /** * @var array */ diff --git a/src/Assets/Exception.php b/src/Assets/Exception.php index b903f4a5..f17ac72d 100644 --- a/src/Assets/Exception.php +++ b/src/Assets/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Assets/FilterInterface.php b/src/Assets/FilterInterface.php index 8ca18709..5654aa6b 100644 --- a/src/Assets/FilterInterface.php +++ b/src/Assets/FilterInterface.php @@ -14,8 +14,6 @@ */ interface FilterInterface { - - /** * Filters the content returning a string with the filtered content * diff --git a/src/Assets/Filters/Cssmin.php b/src/Assets/Filters/Cssmin.php index 86967d4c..58fc0fec 100644 --- a/src/Assets/Filters/Cssmin.php +++ b/src/Assets/Filters/Cssmin.php @@ -17,8 +17,6 @@ */ class Cssmin implements \Phalcon\Assets\FilterInterface { - - /** * Filters the content using CSSMIN * NOTE: This functionality is not currently available diff --git a/src/Assets/Filters/Jsmin.php b/src/Assets/Filters/Jsmin.php index b29002a4..afc0cd04 100644 --- a/src/Assets/Filters/Jsmin.php +++ b/src/Assets/Filters/Jsmin.php @@ -18,8 +18,6 @@ */ class Jsmin implements \Phalcon\Assets\FilterInterface { - - /** * Filters the content using JSMIN * NOTE: This functionality is not currently available diff --git a/src/Assets/Filters/None.php b/src/Assets/Filters/None.php index 5aa208fb..215abf06 100644 --- a/src/Assets/Filters/None.php +++ b/src/Assets/Filters/None.php @@ -16,8 +16,6 @@ */ class None implements \Phalcon\Assets\FilterInterface { - - /** * Returns the content as is * diff --git a/src/Assets/Inline.php b/src/Assets/Inline.php index 1862b470..ea4d39bc 100644 --- a/src/Assets/Inline.php +++ b/src/Assets/Inline.php @@ -18,7 +18,6 @@ */ class Inline implements \Phalcon\Assets\AssetInterface { - /** * @var array | null */ diff --git a/src/Assets/Inline/Css.php b/src/Assets/Inline/Css.php index 67a59a38..da4a0502 100644 --- a/src/Assets/Inline/Css.php +++ b/src/Assets/Inline/Css.php @@ -16,8 +16,6 @@ */ class Css extends \Phalcon\Assets\Inline { - - /** * Phalcon\Assets\Inline\Css constructor * diff --git a/src/Assets/Inline/Js.php b/src/Assets/Inline/Js.php index 038e3fb9..3c6e89ce 100644 --- a/src/Assets/Inline/Js.php +++ b/src/Assets/Inline/Js.php @@ -16,8 +16,6 @@ */ class Js extends \Phalcon\Assets\Inline { - - /** * Phalcon\Assets\Inline\Js constructor * diff --git a/src/Assets/Manager.php b/src/Assets/Manager.php index b59608cb..40e39036 100644 --- a/src/Assets/Manager.php +++ b/src/Assets/Manager.php @@ -29,7 +29,6 @@ */ class Manager extends AbstractInjectionAware { - /** * @var array */ diff --git a/src/Autoload/Exception.php b/src/Autoload/Exception.php index 9077ae55..e6d78f3d 100644 --- a/src/Autoload/Exception.php +++ b/src/Autoload/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Autoload/Loader.php b/src/Autoload/Loader.php index db31ef45..78b81731 100644 --- a/src/Autoload/Loader.php +++ b/src/Autoload/Loader.php @@ -30,7 +30,6 @@ */ class Loader extends AbstractEventsAware { - /** * @var string|null */ diff --git a/src/Cache/Adapter/AdapterInterface.php b/src/Cache/Adapter/AdapterInterface.php index a6214327..254ef2de 100644 --- a/src/Cache/Adapter/AdapterInterface.php +++ b/src/Cache/Adapter/AdapterInterface.php @@ -16,6 +16,4 @@ */ interface AdapterInterface extends StorageAdapterInterface { - - } diff --git a/src/Cache/Adapter/Apcu.php b/src/Cache/Adapter/Apcu.php index 971b9848..63cd8413 100644 --- a/src/Cache/Adapter/Apcu.php +++ b/src/Cache/Adapter/Apcu.php @@ -17,6 +17,4 @@ */ class Apcu extends \Phalcon\Storage\Adapter\Apcu implements CacheAdapterInterface { - - } diff --git a/src/Cache/Adapter/Libmemcached.php b/src/Cache/Adapter/Libmemcached.php index 959d3358..8d9bc0b3 100644 --- a/src/Cache/Adapter/Libmemcached.php +++ b/src/Cache/Adapter/Libmemcached.php @@ -17,6 +17,4 @@ */ class Libmemcached extends \Phalcon\Storage\Adapter\Libmemcached implements CacheAdapterInterface { - - } diff --git a/src/Cache/Adapter/Memory.php b/src/Cache/Adapter/Memory.php index f9593f7d..e615a152 100644 --- a/src/Cache/Adapter/Memory.php +++ b/src/Cache/Adapter/Memory.php @@ -17,6 +17,4 @@ */ class Memory extends \Phalcon\Storage\Adapter\Memory implements CacheAdapterInterface { - - } diff --git a/src/Cache/Adapter/Redis.php b/src/Cache/Adapter/Redis.php index 0a8f5b08..f8d676f2 100644 --- a/src/Cache/Adapter/Redis.php +++ b/src/Cache/Adapter/Redis.php @@ -17,6 +17,4 @@ */ class Redis extends \Phalcon\Storage\Adapter\Redis implements CacheAdapterInterface { - - } diff --git a/src/Cache/Adapter/Stream.php b/src/Cache/Adapter/Stream.php index 9f5bcbe0..37ddff08 100644 --- a/src/Cache/Adapter/Stream.php +++ b/src/Cache/Adapter/Stream.php @@ -17,6 +17,4 @@ */ class Stream extends \Phalcon\Storage\Adapter\Stream implements CacheAdapterInterface { - - } diff --git a/src/Cache/AdapterFactory.php b/src/Cache/AdapterFactory.php index 51cce574..ae451a05 100644 --- a/src/Cache/AdapterFactory.php +++ b/src/Cache/AdapterFactory.php @@ -21,7 +21,6 @@ */ class AdapterFactory extends AbstractFactory { - /** * @var SerializerFactory */ diff --git a/src/Cache/Cache.php b/src/Cache/Cache.php index 5ced2df1..4d8bd558 100644 --- a/src/Cache/Cache.php +++ b/src/Cache/Cache.php @@ -23,7 +23,6 @@ */ class Cache implements \Psr\SimpleCache\CacheInterface { - /** * The adapter * diff --git a/src/Cache/CacheFactory.php b/src/Cache/CacheFactory.php index 02a48b19..6f17be6e 100644 --- a/src/Cache/CacheFactory.php +++ b/src/Cache/CacheFactory.php @@ -23,7 +23,6 @@ */ class CacheFactory extends AbstractConfigFactory { - /** * @var AdapterFactory */ diff --git a/src/Cache/Exception/Exception.php b/src/Cache/Exception/Exception.php index d13edd67..8a760cbf 100644 --- a/src/Cache/Exception/Exception.php +++ b/src/Cache/Exception/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Exception implements \Psr\SimpleCache\CacheException { - - } diff --git a/src/Cache/Exception/InvalidArgumentException.php b/src/Cache/Exception/InvalidArgumentException.php index 305cba89..3244575c 100644 --- a/src/Cache/Exception/InvalidArgumentException.php +++ b/src/Cache/Exception/InvalidArgumentException.php @@ -14,6 +14,4 @@ */ class InvalidArgumentException extends \Exception implements \Psr\SimpleCache\InvalidArgumentException { - - } diff --git a/src/Cli/Console.php b/src/Cli/Console.php index 3f7f3250..bdf8e6d4 100644 --- a/src/Cli/Console.php +++ b/src/Cli/Console.php @@ -20,7 +20,6 @@ */ class Console extends AbstractApplication { - /** * @var array */ diff --git a/src/Cli/Console/Exception.php b/src/Cli/Console/Exception.php index 7c940feb..d4819feb 100644 --- a/src/Cli/Console/Exception.php +++ b/src/Cli/Console/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Phalcon\Application\Exception { - - } diff --git a/src/Cli/Dispatcher.php b/src/Cli/Dispatcher.php index d13eee23..de1e7333 100644 --- a/src/Cli/Dispatcher.php +++ b/src/Cli/Dispatcher.php @@ -38,7 +38,6 @@ */ class Dispatcher extends \Phalcon\Dispatcher\AbstractDispatcher implements \Phalcon\Cli\DispatcherInterface { - protected $defaultHandler = 'main'; /** diff --git a/src/Cli/Dispatcher/Exception.php b/src/Cli/Dispatcher/Exception.php index c69ca0f1..6b0516fc 100644 --- a/src/Cli/Dispatcher/Exception.php +++ b/src/Cli/Dispatcher/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Phalcon\Dispatcher\Exception { - - } diff --git a/src/Cli/DispatcherInterface.php b/src/Cli/DispatcherInterface.php index 42840d3c..a53c658e 100644 --- a/src/Cli/DispatcherInterface.php +++ b/src/Cli/DispatcherInterface.php @@ -16,8 +16,6 @@ */ interface DispatcherInterface extends DispatcherInterfaceBase { - - /** * Returns the active task in the dispatcher * diff --git a/src/Cli/Router.php b/src/Cli/Router.php index fa92e26c..3603e13c 100644 --- a/src/Cli/Router.php +++ b/src/Cli/Router.php @@ -37,7 +37,6 @@ */ class Router extends AbstractInjectionAware { - /** * @var string|null */ diff --git a/src/Cli/Router/Exception.php b/src/Cli/Router/Exception.php index 0eca2fcb..9f1ee8e0 100644 --- a/src/Cli/Router/Exception.php +++ b/src/Cli/Router/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Cli/Router/RouteInterface.php b/src/Cli/Router/RouteInterface.php index 3aea2d21..cdfe2c9a 100644 --- a/src/Cli/Router/RouteInterface.php +++ b/src/Cli/Router/RouteInterface.php @@ -14,8 +14,6 @@ */ interface RouteInterface { - - /** * Replaces placeholders from pattern returning a valid PCRE regular * expression diff --git a/src/Cli/RouterInterface.php b/src/Cli/RouterInterface.php index efcba3b5..5a7608cc 100644 --- a/src/Cli/RouterInterface.php +++ b/src/Cli/RouterInterface.php @@ -16,8 +16,6 @@ */ interface RouterInterface { - - /** * Adds a route to the router on any HTTP method * diff --git a/src/Cli/Task.php b/src/Cli/Task.php index 2bd6ba4b..96885d53 100644 --- a/src/Cli/Task.php +++ b/src/Cli/Task.php @@ -39,7 +39,6 @@ */ class Task extends Injectable implements \Phalcon\Cli\TaskInterface, \Phalcon\Events\EventsAwareInterface { - /** * @var ManagerInterface */ diff --git a/src/Cli/TaskInterface.php b/src/Cli/TaskInterface.php index 85fd522f..41d8f6dd 100644 --- a/src/Cli/TaskInterface.php +++ b/src/Cli/TaskInterface.php @@ -14,6 +14,4 @@ */ interface TaskInterface { - - } diff --git a/src/Config/Adapter/Grouped.php b/src/Config/Adapter/Grouped.php index 6cc2ebe2..9b896997 100644 --- a/src/Config/Adapter/Grouped.php +++ b/src/Config/Adapter/Grouped.php @@ -68,8 +68,6 @@ */ class Grouped extends Config { - - /** * Phalcon\Config\Adapter\Grouped constructor * diff --git a/src/Config/Adapter/Ini.php b/src/Config/Adapter/Ini.php index b7e3fc82..846bbe9c 100644 --- a/src/Config/Adapter/Ini.php +++ b/src/Config/Adapter/Ini.php @@ -57,8 +57,6 @@ */ class Ini extends Config { - - /** * Ini constructor. * diff --git a/src/Config/Adapter/Json.php b/src/Config/Adapter/Json.php index 1c2321b7..a06d5804 100644 --- a/src/Config/Adapter/Json.php +++ b/src/Config/Adapter/Json.php @@ -34,8 +34,6 @@ */ class Json extends Config { - - /** * Phalcon\Config\Adapter\Json constructor * diff --git a/src/Config/Adapter/Php.php b/src/Config/Adapter/Php.php index 8e721bab..95ccf762 100644 --- a/src/Config/Adapter/Php.php +++ b/src/Config/Adapter/Php.php @@ -48,8 +48,6 @@ */ class Php extends Config { - - /** * Phalcon\Config\Adapter\Php constructor * diff --git a/src/Config/Adapter/Yaml.php b/src/Config/Adapter/Yaml.php index 45161b27..ab410e43 100644 --- a/src/Config/Adapter/Yaml.php +++ b/src/Config/Adapter/Yaml.php @@ -51,8 +51,6 @@ */ class Yaml extends Config { - - /** * Phalcon\Config\Adapter\Yaml constructor * diff --git a/src/Config/ConfigFactory.php b/src/Config/ConfigFactory.php index 1f54fd30..64896eff 100644 --- a/src/Config/ConfigFactory.php +++ b/src/Config/ConfigFactory.php @@ -30,8 +30,6 @@ */ class ConfigFactory extends AbstractFactory { - - /** * ConfigFactory constructor. * diff --git a/src/Config/ConfigInterface.php b/src/Config/ConfigInterface.php index afedb9f0..0e3306c4 100644 --- a/src/Config/ConfigInterface.php +++ b/src/Config/ConfigInterface.php @@ -18,8 +18,6 @@ */ interface ConfigInterface extends \Phalcon\Support\Collection\CollectionInterface { - - /** * @return string */ diff --git a/src/Config/Exception.php b/src/Config/Exception.php index 7537265c..4cf841e3 100644 --- a/src/Config/Exception.php +++ b/src/Config/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Container/Container.php b/src/Container/Container.php index 35170520..69f0039a 100644 --- a/src/Container/Container.php +++ b/src/Container/Container.php @@ -17,7 +17,6 @@ */ class Container implements \Psr\Container\ContainerInterface { - /** * @var DiInterface */ diff --git a/src/DataMapper/Pdo/Connection.php b/src/DataMapper/Pdo/Connection.php index ae61668f..646881ef 100644 --- a/src/DataMapper/Pdo/Connection.php +++ b/src/DataMapper/Pdo/Connection.php @@ -24,7 +24,6 @@ */ class Connection extends AbstractConnection { - /** * @var array */ diff --git a/src/DataMapper/Pdo/Connection/AbstractConnection.php b/src/DataMapper/Pdo/Connection/AbstractConnection.php index 64b2adab..7f39ab9e 100644 --- a/src/DataMapper/Pdo/Connection/AbstractConnection.php +++ b/src/DataMapper/Pdo/Connection/AbstractConnection.php @@ -22,7 +22,6 @@ */ abstract class AbstractConnection implements \Phalcon\DataMapper\Pdo\Connection\ConnectionInterface { - /** * @var \PDO */ diff --git a/src/DataMapper/Pdo/Connection/ConnectionInterface.php b/src/DataMapper/Pdo/Connection/ConnectionInterface.php index c3c44a53..cb346682 100644 --- a/src/DataMapper/Pdo/Connection/ConnectionInterface.php +++ b/src/DataMapper/Pdo/Connection/ConnectionInterface.php @@ -24,8 +24,6 @@ */ interface ConnectionInterface extends \Phalcon\DataMapper\Pdo\Connection\PdoInterface { - - /** * Connects to the database. * diff --git a/src/DataMapper/Pdo/Connection/Decorated.php b/src/DataMapper/Pdo/Connection/Decorated.php index 5ee471b8..02eb003c 100644 --- a/src/DataMapper/Pdo/Connection/Decorated.php +++ b/src/DataMapper/Pdo/Connection/Decorated.php @@ -18,8 +18,6 @@ */ class Decorated extends \Phalcon\DataMapper\Pdo\Connection\AbstractConnection { - - /** * * Constructor. diff --git a/src/DataMapper/Pdo/Connection/PdoInterface.php b/src/DataMapper/Pdo/Connection/PdoInterface.php index a5ca7983..14b42be3 100644 --- a/src/DataMapper/Pdo/Connection/PdoInterface.php +++ b/src/DataMapper/Pdo/Connection/PdoInterface.php @@ -14,8 +14,6 @@ */ interface PdoInterface { - - /** * Begins a transaction. If the profiler is enabled, the operation will * be recorded. diff --git a/src/DataMapper/Pdo/ConnectionLocator.php b/src/DataMapper/Pdo/ConnectionLocator.php index 91432098..690b14ea 100644 --- a/src/DataMapper/Pdo/ConnectionLocator.php +++ b/src/DataMapper/Pdo/ConnectionLocator.php @@ -21,7 +21,6 @@ */ class ConnectionLocator implements \Phalcon\DataMapper\Pdo\ConnectionLocatorInterface { - /** * A default Connection connection factory/instance. * diff --git a/src/DataMapper/Pdo/ConnectionLocatorInterface.php b/src/DataMapper/Pdo/ConnectionLocatorInterface.php index 86a3aa03..60bb6f4a 100644 --- a/src/DataMapper/Pdo/ConnectionLocatorInterface.php +++ b/src/DataMapper/Pdo/ConnectionLocatorInterface.php @@ -16,8 +16,6 @@ */ interface ConnectionLocatorInterface { - - /** * Returns the default connection object. * diff --git a/src/DataMapper/Pdo/Exception/CannotDisconnect.php b/src/DataMapper/Pdo/Exception/CannotDisconnect.php index ee219064..da2c16a2 100644 --- a/src/DataMapper/Pdo/Exception/CannotDisconnect.php +++ b/src/DataMapper/Pdo/Exception/CannotDisconnect.php @@ -15,6 +15,4 @@ */ class CannotDisconnect extends \Phalcon\DataMapper\Pdo\Exception\Exception { - - } diff --git a/src/DataMapper/Pdo/Exception/ConnectionNotFound.php b/src/DataMapper/Pdo/Exception/ConnectionNotFound.php index b7233934..b0e25934 100644 --- a/src/DataMapper/Pdo/Exception/ConnectionNotFound.php +++ b/src/DataMapper/Pdo/Exception/ConnectionNotFound.php @@ -14,6 +14,4 @@ */ class ConnectionNotFound extends \Phalcon\DataMapper\Pdo\Exception\Exception { - - } diff --git a/src/DataMapper/Pdo/Exception/Exception.php b/src/DataMapper/Pdo/Exception/Exception.php index 08c63feb..8994cb20 100644 --- a/src/DataMapper/Pdo/Exception/Exception.php +++ b/src/DataMapper/Pdo/Exception/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/DataMapper/Pdo/Profiler/MemoryLogger.php b/src/DataMapper/Pdo/Profiler/MemoryLogger.php index c0a706ec..c5f4194c 100644 --- a/src/DataMapper/Pdo/Profiler/MemoryLogger.php +++ b/src/DataMapper/Pdo/Profiler/MemoryLogger.php @@ -18,7 +18,6 @@ */ class MemoryLogger extends AbstractLogger { - /** * @var array */ diff --git a/src/DataMapper/Pdo/Profiler/Profiler.php b/src/DataMapper/Pdo/Profiler/Profiler.php index 8f9ed362..776adc71 100644 --- a/src/DataMapper/Pdo/Profiler/Profiler.php +++ b/src/DataMapper/Pdo/Profiler/Profiler.php @@ -25,7 +25,6 @@ */ class Profiler implements \Phalcon\DataMapper\Pdo\Profiler\ProfilerInterface { - /** * @var bool */ diff --git a/src/DataMapper/Pdo/Profiler/ProfilerInterface.php b/src/DataMapper/Pdo/Profiler/ProfilerInterface.php index 5f59fe0c..9d43e6fc 100644 --- a/src/DataMapper/Pdo/Profiler/ProfilerInterface.php +++ b/src/DataMapper/Pdo/Profiler/ProfilerInterface.php @@ -16,8 +16,6 @@ */ interface ProfilerInterface { - - /** * Finishes and logs a profile entry. * diff --git a/src/DataMapper/Query/AbstractConditions.php b/src/DataMapper/Query/AbstractConditions.php index cb60d987..90b8d3fd 100644 --- a/src/DataMapper/Query/AbstractConditions.php +++ b/src/DataMapper/Query/AbstractConditions.php @@ -14,8 +14,6 @@ */ abstract class AbstractConditions extends \Phalcon\DataMapper\Query\AbstractQuery { - - /** * Sets the `LIMIT` clause * diff --git a/src/DataMapper/Query/AbstractQuery.php b/src/DataMapper/Query/AbstractQuery.php index b8e4bd0e..712ba4ec 100644 --- a/src/DataMapper/Query/AbstractQuery.php +++ b/src/DataMapper/Query/AbstractQuery.php @@ -20,7 +20,6 @@ */ abstract class AbstractQuery { - /** * @var Bind */ diff --git a/src/DataMapper/Query/Bind.php b/src/DataMapper/Query/Bind.php index a857b391..6b681ea0 100644 --- a/src/DataMapper/Query/Bind.php +++ b/src/DataMapper/Query/Bind.php @@ -17,7 +17,6 @@ */ class Bind { - /** * @var int */ diff --git a/src/DataMapper/Query/Delete.php b/src/DataMapper/Query/Delete.php index b94c77db..4f74348d 100644 --- a/src/DataMapper/Query/Delete.php +++ b/src/DataMapper/Query/Delete.php @@ -26,8 +26,6 @@ */ class Delete extends \Phalcon\DataMapper\Query\AbstractConditions { - - /** * Delete constructor. * diff --git a/src/DataMapper/Query/Insert.php b/src/DataMapper/Query/Insert.php index d76f8f9e..56f1e831 100644 --- a/src/DataMapper/Query/Insert.php +++ b/src/DataMapper/Query/Insert.php @@ -16,8 +16,6 @@ */ class Insert extends \Phalcon\DataMapper\Query\AbstractQuery { - - /** * Insert constructor. * diff --git a/src/DataMapper/Query/QueryFactory.php b/src/DataMapper/Query/QueryFactory.php index 2af7bf74..39f15086 100644 --- a/src/DataMapper/Query/QueryFactory.php +++ b/src/DataMapper/Query/QueryFactory.php @@ -18,7 +18,6 @@ */ class QueryFactory { - /** * @var string */ diff --git a/src/DataMapper/Query/Update.php b/src/DataMapper/Query/Update.php index a3af4d7f..c2b50a74 100644 --- a/src/DataMapper/Query/Update.php +++ b/src/DataMapper/Query/Update.php @@ -16,8 +16,6 @@ */ class Update extends \Phalcon\DataMapper\Query\AbstractConditions { - - /** * Update constructor. * diff --git a/src/Db/AbstractDb.php b/src/Db/AbstractDb.php index 453263c2..bc32871c 100644 --- a/src/Db/AbstractDb.php +++ b/src/Db/AbstractDb.php @@ -56,8 +56,6 @@ */ abstract class AbstractDb { - - /** * Enables/disables options in the Database component * diff --git a/src/Db/Adapter/AbstractAdapter.php b/src/Db/Adapter/AbstractAdapter.php index a7d7eb14..f22ae6a7 100644 --- a/src/Db/Adapter/AbstractAdapter.php +++ b/src/Db/Adapter/AbstractAdapter.php @@ -26,7 +26,6 @@ */ abstract class AbstractAdapter implements \Phalcon\Db\Adapter\AdapterInterface, \Phalcon\Events\EventsAwareInterface { - /** * Connection ID * diff --git a/src/Db/Adapter/AdapterInterface.php b/src/Db/Adapter/AdapterInterface.php index 9da34bf0..5441886f 100644 --- a/src/Db/Adapter/AdapterInterface.php +++ b/src/Db/Adapter/AdapterInterface.php @@ -21,8 +21,6 @@ */ interface AdapterInterface { - - /** * Adds a column to a table * diff --git a/src/Db/Adapter/Pdo/AbstractPdo.php b/src/Db/Adapter/Pdo/AbstractPdo.php index 2e7b3bd5..c89ae7b5 100644 --- a/src/Db/Adapter/Pdo/AbstractPdo.php +++ b/src/Db/Adapter/Pdo/AbstractPdo.php @@ -12,7 +12,7 @@ use Phalcon\Db\Adapter\AbstractAdapter; use Phalcon\Db\Column; use Phalcon\Db\Exception; -use Phalcon\Db\Result\Pdo as ResultPdo; +use Phalcon\Db\Result\PdoResult; use Phalcon\Db\ResultInterface; use Phalcon\Events\ManagerInterface; @@ -36,7 +36,6 @@ */ abstract class AbstractPdo extends AbstractAdapter { - /** * Last affected rows * @@ -232,7 +231,7 @@ public function execute(string $sqlStatement, array $bindParams = [], array $bin * "name" => "Voltron", * ], * [ - * "name" => Column::BIND_PARAM_INT, + * "name" => Column::BIND_PARAM_STR, * ] * ); * ``` diff --git a/src/Db/Adapter/Pdo/Mysql.php b/src/Db/Adapter/Pdo/Mysql.php index 52b4d759..1b25259a 100644 --- a/src/Db/Adapter/Pdo/Mysql.php +++ b/src/Db/Adapter/Pdo/Mysql.php @@ -38,7 +38,6 @@ */ class Mysql extends \Phalcon\Db\Adapter\Pdo\AbstractPdo { - /** * @var string */ diff --git a/src/Db/Adapter/Pdo/Postgresql.php b/src/Db/Adapter/Pdo/Postgresql.php index 70de3da9..df497c22 100644 --- a/src/Db/Adapter/Pdo/Postgresql.php +++ b/src/Db/Adapter/Pdo/Postgresql.php @@ -38,7 +38,6 @@ */ class Postgresql extends \Phalcon\Db\Adapter\Pdo\AbstractPdo { - /** * @var string */ diff --git a/src/Db/Adapter/Pdo/Sqlite.php b/src/Db/Adapter/Pdo/Sqlite.php index 070e8fe4..4f5e826b 100644 --- a/src/Db/Adapter/Pdo/Sqlite.php +++ b/src/Db/Adapter/Pdo/Sqlite.php @@ -35,7 +35,6 @@ */ class Sqlite extends \Phalcon\Db\Adapter\Pdo\AbstractPdo { - /** * @var string */ diff --git a/src/Db/Adapter/PdoFactory.php b/src/Db/Adapter/PdoFactory.php index dd3f6fd4..08b391a0 100644 --- a/src/Db/Adapter/PdoFactory.php +++ b/src/Db/Adapter/PdoFactory.php @@ -22,8 +22,6 @@ */ class PdoFactory extends AbstractFactory { - - /** * Constructor * diff --git a/src/Db/ColumnInterface.php b/src/Db/ColumnInterface.php index b0cd3ecb..105a05aa 100644 --- a/src/Db/ColumnInterface.php +++ b/src/Db/ColumnInterface.php @@ -14,8 +14,6 @@ */ interface ColumnInterface { - - /** * Check whether field absolute to position in table * diff --git a/src/Db/Dialect.php b/src/Db/Dialect.php index 362b095f..2cfba1a8 100644 --- a/src/Db/Dialect.php +++ b/src/Db/Dialect.php @@ -15,7 +15,6 @@ */ abstract class Dialect implements \Phalcon\Db\DialectInterface { - /** * @var string */ diff --git a/src/Db/Dialect/Mysql.php b/src/Db/Dialect/Mysql.php index 03d0f107..abc53bb4 100644 --- a/src/Db/Dialect/Mysql.php +++ b/src/Db/Dialect/Mysql.php @@ -22,7 +22,6 @@ */ class Mysql extends Dialect { - /** * @var string */ diff --git a/src/Db/Dialect/Postgresql.php b/src/Db/Dialect/Postgresql.php index 9835295b..a3829440 100644 --- a/src/Db/Dialect/Postgresql.php +++ b/src/Db/Dialect/Postgresql.php @@ -22,7 +22,6 @@ */ class Postgresql extends Dialect { - /** * @var string */ diff --git a/src/Db/Dialect/Sqlite.php b/src/Db/Dialect/Sqlite.php index b80ae7c2..b9d6dbc3 100644 --- a/src/Db/Dialect/Sqlite.php +++ b/src/Db/Dialect/Sqlite.php @@ -22,7 +22,6 @@ */ class Sqlite extends Dialect { - /** * @var string */ diff --git a/src/Db/DialectInterface.php b/src/Db/DialectInterface.php index 1509c782..3bf821df 100644 --- a/src/Db/DialectInterface.php +++ b/src/Db/DialectInterface.php @@ -14,8 +14,6 @@ */ interface DialectInterface { - - /** * Generates SQL to add a column to a table * diff --git a/src/Db/Exception.php b/src/Db/Exception.php index c6bea851..f3795cd1 100644 --- a/src/Db/Exception.php +++ b/src/Db/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Db/Index.php b/src/Db/Index.php index f43ac4a6..0648c26f 100644 --- a/src/Db/Index.php +++ b/src/Db/Index.php @@ -40,7 +40,6 @@ */ class Index implements \Phalcon\Db\IndexInterface { - /** * Index columns * diff --git a/src/Db/IndexInterface.php b/src/Db/IndexInterface.php index 943e0291..1fab9678 100644 --- a/src/Db/IndexInterface.php +++ b/src/Db/IndexInterface.php @@ -14,8 +14,6 @@ */ interface IndexInterface { - - /** * Gets the columns that corresponds the index * diff --git a/src/Db/Profiler.php b/src/Db/Profiler.php index 313ed717..2ee177fd 100644 --- a/src/Db/Profiler.php +++ b/src/Db/Profiler.php @@ -63,7 +63,6 @@ */ class Profiler { - /** * Active Item * diff --git a/src/Db/Profiler/Item.php b/src/Db/Profiler/Item.php index ae93c2eb..f3a0f6a3 100644 --- a/src/Db/Profiler/Item.php +++ b/src/Db/Profiler/Item.php @@ -14,7 +14,6 @@ */ class Item { - /** * Timestamp when the profile ended * diff --git a/src/Db/RawValue.php b/src/Db/RawValue.php index 4f7f1336..5002f27e 100644 --- a/src/Db/RawValue.php +++ b/src/Db/RawValue.php @@ -25,7 +25,6 @@ */ class RawValue { - /** * Raw value without quoting or formatting * diff --git a/src/Db/Reference.php b/src/Db/Reference.php index b0754678..5f808416 100644 --- a/src/Db/Reference.php +++ b/src/Db/Reference.php @@ -32,7 +32,6 @@ */ class Reference implements \Phalcon\Db\ReferenceInterface { - /** * Local reference columns * diff --git a/src/Db/ReferenceInterface.php b/src/Db/ReferenceInterface.php index df5c1b6e..f96555c2 100644 --- a/src/Db/ReferenceInterface.php +++ b/src/Db/ReferenceInterface.php @@ -14,8 +14,6 @@ */ interface ReferenceInterface { - - /** * Gets local columns which reference is based * diff --git a/src/Db/Result/Pdo.php b/src/Db/Result/PdoResult.php similarity index 99% rename from src/Db/Result/Pdo.php rename to src/Db/Result/PdoResult.php index b1434cbd..5e205fd1 100644 --- a/src/Db/Result/Pdo.php +++ b/src/Db/Result/PdoResult.php @@ -28,9 +28,8 @@ * } * ``` */ -class Pdo implements \Phalcon\Db\ResultInterface +class PdoResult implements \Phalcon\Db\ResultInterface { - /** * @var array */ diff --git a/src/Db/ResultInterface.php b/src/Db/ResultInterface.php index 0ac4dd34..e080f615 100644 --- a/src/Db/ResultInterface.php +++ b/src/Db/ResultInterface.php @@ -14,8 +14,6 @@ */ interface ResultInterface { - - /** * Moves internal resultset cursor to another position letting us to fetch a * certain row diff --git a/src/Di/AbstractInjectionAware.php b/src/Di/AbstractInjectionAware.php index bb281f9f..46c19f07 100644 --- a/src/Di/AbstractInjectionAware.php +++ b/src/Di/AbstractInjectionAware.php @@ -14,7 +14,6 @@ */ abstract class AbstractInjectionAware implements \Phalcon\Di\InjectionAwareInterface { - /** * Dependency Injector * diff --git a/src/Di/Di.php b/src/Di/Di.php index c40e0285..5458b766 100644 --- a/src/Di/Di.php +++ b/src/Di/Di.php @@ -61,7 +61,6 @@ */ class Di implements \Phalcon\Di\DiInterface { - /** * List of registered services * diff --git a/src/Di/DiInterface.php b/src/Di/DiInterface.php index 39eac0dd..45848f56 100644 --- a/src/Di/DiInterface.php +++ b/src/Di/DiInterface.php @@ -16,8 +16,6 @@ */ interface DiInterface extends \ArrayAccess { - - /** * Attempts to register a service in the services container * Only is successful if a service hasn't been registered previously diff --git a/src/Di/Exception.php b/src/Di/Exception.php index 79d32b7e..e0bca701 100644 --- a/src/Di/Exception.php +++ b/src/Di/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Di/Exception/ServiceResolutionException.php b/src/Di/Exception/ServiceResolutionException.php index 69e17440..aceff70c 100644 --- a/src/Di/Exception/ServiceResolutionException.php +++ b/src/Di/Exception/ServiceResolutionException.php @@ -14,6 +14,4 @@ */ class ServiceResolutionException extends \Phalcon\Di\Exception { - - } diff --git a/src/Di/FactoryDefault.php b/src/Di/FactoryDefault.php index a25106d6..2a1b5f18 100644 --- a/src/Di/FactoryDefault.php +++ b/src/Di/FactoryDefault.php @@ -19,8 +19,6 @@ */ class FactoryDefault extends \Phalcon\Di\Di { - - /** * Phalcon\Di\FactoryDefault constructor */ diff --git a/src/Di/FactoryDefault/Cli.php b/src/Di/FactoryDefault/Cli.php index d73bfe38..2e5462b2 100644 --- a/src/Di/FactoryDefault/Cli.php +++ b/src/Di/FactoryDefault/Cli.php @@ -23,8 +23,6 @@ */ class Cli extends FactoryDefault { - - /** * Phalcon\Di\FactoryDefault\Cli constructor */ diff --git a/src/Di/Injectable.php b/src/Di/Injectable.php index c126b360..48fab372 100644 --- a/src/Di/Injectable.php +++ b/src/Di/Injectable.php @@ -43,7 +43,6 @@ */ abstract class Injectable implements \Phalcon\Di\InjectionAwareInterface { - /** * Dependency Injector * diff --git a/src/Di/InjectionAwareInterface.php b/src/Di/InjectionAwareInterface.php index 4d272be5..b2d1a8d3 100644 --- a/src/Di/InjectionAwareInterface.php +++ b/src/Di/InjectionAwareInterface.php @@ -15,8 +15,6 @@ */ interface InjectionAwareInterface { - - /** * Sets the dependency injector * diff --git a/src/Di/Service.php b/src/Di/Service.php index d22299f3..2c38e312 100644 --- a/src/Di/Service.php +++ b/src/Di/Service.php @@ -27,7 +27,6 @@ */ class Service implements \Phalcon\Di\ServiceInterface { - /** * @var mixed */ diff --git a/src/Di/Service/Builder.php b/src/Di/Service/Builder.php index 80f55f46..98c639e8 100644 --- a/src/Di/Service/Builder.php +++ b/src/Di/Service/Builder.php @@ -19,8 +19,6 @@ */ class Builder { - - /** * Builds a service using a complex service definition * diff --git a/src/Di/ServiceInterface.php b/src/Di/ServiceInterface.php index c65b638d..7d6db4dc 100644 --- a/src/Di/ServiceInterface.php +++ b/src/Di/ServiceInterface.php @@ -14,8 +14,6 @@ */ interface ServiceInterface { - - /** * Returns the service definition * diff --git a/src/Di/ServiceProviderInterface.php b/src/Di/ServiceProviderInterface.php index f3edf091..8d59bf14 100644 --- a/src/Di/ServiceProviderInterface.php +++ b/src/Di/ServiceProviderInterface.php @@ -35,8 +35,6 @@ */ interface ServiceProviderInterface { - - /** * Registers a service provider. * diff --git a/src/Dispatcher/AbstractDispatcher.php b/src/Dispatcher/AbstractDispatcher.php index c88dfaa1..508773b6 100644 --- a/src/Dispatcher/AbstractDispatcher.php +++ b/src/Dispatcher/AbstractDispatcher.php @@ -26,7 +26,6 @@ */ abstract class AbstractDispatcher extends AbstractInjectionAware implements \Phalcon\Dispatcher\DispatcherInterface, \Phalcon\Events\EventsAwareInterface { - /** * @var object|null */ diff --git a/src/Dispatcher/DispatcherInterface.php b/src/Dispatcher/DispatcherInterface.php index 44a04855..50a875ca 100644 --- a/src/Dispatcher/DispatcherInterface.php +++ b/src/Dispatcher/DispatcherInterface.php @@ -14,8 +14,6 @@ */ interface DispatcherInterface { - - /** * Dispatches a handle action taking into account the routing parameters * diff --git a/src/Domain/Payload/Payload.php b/src/Domain/Payload/Payload.php index c3c7fa6c..f065aa83 100644 --- a/src/Domain/Payload/Payload.php +++ b/src/Domain/Payload/Payload.php @@ -16,7 +16,6 @@ */ class Payload implements \Phalcon\Domain\Payload\PayloadInterface { - /** * Exception if any * diff --git a/src/Domain/Payload/PayloadFactory.php b/src/Domain/Payload/PayloadFactory.php index dba30508..247ba2ae 100644 --- a/src/Domain/Payload/PayloadFactory.php +++ b/src/Domain/Payload/PayloadFactory.php @@ -14,8 +14,6 @@ */ class PayloadFactory { - - /** * Instantiate a new object * diff --git a/src/Domain/Payload/PayloadInterface.php b/src/Domain/Payload/PayloadInterface.php index 05f8ec7b..8139bc2d 100644 --- a/src/Domain/Payload/PayloadInterface.php +++ b/src/Domain/Payload/PayloadInterface.php @@ -14,6 +14,4 @@ */ interface PayloadInterface extends \Phalcon\Domain\Payload\ReadableInterface, \Phalcon\Domain\Payload\WriteableInterface { - - } diff --git a/src/Domain/Payload/ReadableInterface.php b/src/Domain/Payload/ReadableInterface.php index 18903c89..7521e149 100644 --- a/src/Domain/Payload/ReadableInterface.php +++ b/src/Domain/Payload/ReadableInterface.php @@ -16,8 +16,6 @@ */ interface ReadableInterface { - - /** * Gets the potential exception thrown in the domain layer * diff --git a/src/Domain/Payload/WriteableInterface.php b/src/Domain/Payload/WriteableInterface.php index fb7f3f00..0261a11e 100644 --- a/src/Domain/Payload/WriteableInterface.php +++ b/src/Domain/Payload/WriteableInterface.php @@ -16,8 +16,6 @@ */ interface WriteableInterface { - - /** * Sets an exception produced by the domain layer. * diff --git a/src/Encryption/Crypt/CryptInterface.php b/src/Encryption/Crypt/CryptInterface.php index 1848400e..beddc4fa 100644 --- a/src/Encryption/Crypt/CryptInterface.php +++ b/src/Encryption/Crypt/CryptInterface.php @@ -14,8 +14,6 @@ */ interface CryptInterface { - - /** * Decrypts a text * diff --git a/src/Encryption/Crypt/Exception/Exception.php b/src/Encryption/Crypt/Exception/Exception.php index 903e730b..9544e6e4 100644 --- a/src/Encryption/Crypt/Exception/Exception.php +++ b/src/Encryption/Crypt/Exception/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Encryption/Crypt/Exception/Mismatch.php b/src/Encryption/Crypt/Exception/Mismatch.php index 0045893f..98f71f86 100644 --- a/src/Encryption/Crypt/Exception/Mismatch.php +++ b/src/Encryption/Crypt/Exception/Mismatch.php @@ -14,6 +14,4 @@ */ class Mismatch extends \Phalcon\Encryption\Crypt\Exception\Exception { - - } diff --git a/src/Encryption/Crypt/PadFactory.php b/src/Encryption/Crypt/PadFactory.php index 0b15bb89..19a1e017 100644 --- a/src/Encryption/Crypt/PadFactory.php +++ b/src/Encryption/Crypt/PadFactory.php @@ -21,7 +21,6 @@ */ class PadFactory extends AbstractFactory { - /** * @var string */ diff --git a/src/Encryption/Crypt/Padding/Ansi.php b/src/Encryption/Crypt/Padding/Ansi.php index 70088300..43de11d6 100644 --- a/src/Encryption/Crypt/Padding/Ansi.php +++ b/src/Encryption/Crypt/Padding/Ansi.php @@ -16,8 +16,6 @@ */ class Ansi implements \Phalcon\Encryption\Crypt\Padding\PadInterface { - - /** * @param int $paddingSize * diff --git a/src/Encryption/Crypt/Padding/Iso10126.php b/src/Encryption/Crypt/Padding/Iso10126.php index 97688e44..5736ddb5 100644 --- a/src/Encryption/Crypt/Padding/Iso10126.php +++ b/src/Encryption/Crypt/Padding/Iso10126.php @@ -16,8 +16,6 @@ */ class Iso10126 implements \Phalcon\Encryption\Crypt\Padding\PadInterface { - - /** * @param string $input * @param int $blockSize diff --git a/src/Encryption/Crypt/Padding/IsoIek.php b/src/Encryption/Crypt/Padding/IsoIek.php index e39a3d89..dcdb16c7 100644 --- a/src/Encryption/Crypt/Padding/IsoIek.php +++ b/src/Encryption/Crypt/Padding/IsoIek.php @@ -16,8 +16,6 @@ */ class IsoIek implements \Phalcon\Encryption\Crypt\Padding\PadInterface { - - /** * @param int $paddingSize * diff --git a/src/Encryption/Crypt/Padding/Noop.php b/src/Encryption/Crypt/Padding/Noop.php index 43f6783f..9001c9d9 100644 --- a/src/Encryption/Crypt/Padding/Noop.php +++ b/src/Encryption/Crypt/Padding/Noop.php @@ -16,8 +16,6 @@ */ class Noop implements \Phalcon\Encryption\Crypt\Padding\PadInterface { - - /** * @param int $paddingSize * diff --git a/src/Encryption/Crypt/Padding/PadInterface.php b/src/Encryption/Crypt/Padding/PadInterface.php index f508ea96..41506419 100644 --- a/src/Encryption/Crypt/Padding/PadInterface.php +++ b/src/Encryption/Crypt/Padding/PadInterface.php @@ -14,8 +14,6 @@ */ interface PadInterface { - - /** * @param int $paddingSize * diff --git a/src/Encryption/Crypt/Padding/Pkcs7.php b/src/Encryption/Crypt/Padding/Pkcs7.php index 9127ce96..b2cf9d99 100644 --- a/src/Encryption/Crypt/Padding/Pkcs7.php +++ b/src/Encryption/Crypt/Padding/Pkcs7.php @@ -16,8 +16,6 @@ */ class Pkcs7 implements \Phalcon\Encryption\Crypt\Padding\PadInterface { - - /** * @param int $paddingSize * diff --git a/src/Encryption/Crypt/Padding/Space.php b/src/Encryption/Crypt/Padding/Space.php index 1b7d6c21..c8167f6f 100644 --- a/src/Encryption/Crypt/Padding/Space.php +++ b/src/Encryption/Crypt/Padding/Space.php @@ -16,8 +16,6 @@ */ class Space implements \Phalcon\Encryption\Crypt\Padding\PadInterface { - - /** * @param int $paddingSize * diff --git a/src/Encryption/Crypt/Padding/Zero.php b/src/Encryption/Crypt/Padding/Zero.php index 00198539..02ab2cf1 100644 --- a/src/Encryption/Crypt/Padding/Zero.php +++ b/src/Encryption/Crypt/Padding/Zero.php @@ -16,8 +16,6 @@ */ class Zero implements \Phalcon\Encryption\Crypt\Padding\PadInterface { - - /** * @param int $paddingSize * diff --git a/src/Encryption/Security/Exception.php b/src/Encryption/Security/Exception.php index 7b07e254..26ff21c0 100644 --- a/src/Encryption/Security/Exception.php +++ b/src/Encryption/Security/Exception.php @@ -16,6 +16,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Encryption/Security/JWT/Builder.php b/src/Encryption/Security/JWT/Builder.php index be8b05d9..66f69c1f 100644 --- a/src/Encryption/Security/JWT/Builder.php +++ b/src/Encryption/Security/JWT/Builder.php @@ -31,7 +31,6 @@ */ class Builder { - /** * @var CollectionInterface */ diff --git a/src/Encryption/Security/JWT/Exceptions/UnsupportedAlgorithmException.php b/src/Encryption/Security/JWT/Exceptions/UnsupportedAlgorithmException.php index ab082b5d..d4fc5841 100644 --- a/src/Encryption/Security/JWT/Exceptions/UnsupportedAlgorithmException.php +++ b/src/Encryption/Security/JWT/Exceptions/UnsupportedAlgorithmException.php @@ -22,6 +22,4 @@ */ class UnsupportedAlgorithmException extends Exception implements \Throwable { - - } diff --git a/src/Encryption/Security/JWT/Exceptions/ValidatorException.php b/src/Encryption/Security/JWT/Exceptions/ValidatorException.php index 7620b41b..1afe911e 100644 --- a/src/Encryption/Security/JWT/Exceptions/ValidatorException.php +++ b/src/Encryption/Security/JWT/Exceptions/ValidatorException.php @@ -22,6 +22,4 @@ */ class ValidatorException extends Exception implements \Throwable { - - } diff --git a/src/Encryption/Security/JWT/Signer/AbstractSigner.php b/src/Encryption/Security/JWT/Signer/AbstractSigner.php index f097e682..d8310406 100644 --- a/src/Encryption/Security/JWT/Signer/AbstractSigner.php +++ b/src/Encryption/Security/JWT/Signer/AbstractSigner.php @@ -16,7 +16,6 @@ */ abstract class AbstractSigner implements \Phalcon\Encryption\Security\JWT\Signer\SignerInterface { - /** * @var string */ diff --git a/src/Encryption/Security/JWT/Signer/Hmac.php b/src/Encryption/Security/JWT/Signer/Hmac.php index bd391dfe..a34c67c5 100644 --- a/src/Encryption/Security/JWT/Signer/Hmac.php +++ b/src/Encryption/Security/JWT/Signer/Hmac.php @@ -16,8 +16,6 @@ */ class Hmac extends \Phalcon\Encryption\Security\JWT\Signer\AbstractSigner { - - /** * Hmac constructor. * diff --git a/src/Encryption/Security/JWT/Signer/None.php b/src/Encryption/Security/JWT/Signer/None.php index 409050a3..ad6c1bea 100644 --- a/src/Encryption/Security/JWT/Signer/None.php +++ b/src/Encryption/Security/JWT/Signer/None.php @@ -14,8 +14,6 @@ */ class None implements \Phalcon\Encryption\Security\JWT\Signer\SignerInterface { - - /** * Return the value that is used for the "alg" header * diff --git a/src/Encryption/Security/JWT/Signer/SignerInterface.php b/src/Encryption/Security/JWT/Signer/SignerInterface.php index f89090a0..b5e582d4 100644 --- a/src/Encryption/Security/JWT/Signer/SignerInterface.php +++ b/src/Encryption/Security/JWT/Signer/SignerInterface.php @@ -19,8 +19,6 @@ */ interface SignerInterface { - - /** * Return the value that is used for the "alg" header * diff --git a/src/Encryption/Security/JWT/Token/AbstractItem.php b/src/Encryption/Security/JWT/Token/AbstractItem.php index 521ca5a8..42d4dfff 100644 --- a/src/Encryption/Security/JWT/Token/AbstractItem.php +++ b/src/Encryption/Security/JWT/Token/AbstractItem.php @@ -16,7 +16,6 @@ */ abstract class AbstractItem { - /** * @var array */ diff --git a/src/Encryption/Security/JWT/Token/Item.php b/src/Encryption/Security/JWT/Token/Item.php index bf0e26d7..721e5763 100644 --- a/src/Encryption/Security/JWT/Token/Item.php +++ b/src/Encryption/Security/JWT/Token/Item.php @@ -14,8 +14,6 @@ */ class Item extends \Phalcon\Encryption\Security\JWT\Token\AbstractItem { - - /** * Item constructor. * diff --git a/src/Encryption/Security/JWT/Token/Parser.php b/src/Encryption/Security/JWT/Token/Parser.php index b07d8209..c4af8c79 100644 --- a/src/Encryption/Security/JWT/Token/Parser.php +++ b/src/Encryption/Security/JWT/Token/Parser.php @@ -16,8 +16,6 @@ */ class Parser { - - /** * Parse a token and return it * diff --git a/src/Encryption/Security/JWT/Token/Signature.php b/src/Encryption/Security/JWT/Token/Signature.php index 708a6ec9..fc9663c4 100644 --- a/src/Encryption/Security/JWT/Token/Signature.php +++ b/src/Encryption/Security/JWT/Token/Signature.php @@ -14,8 +14,6 @@ */ class Signature extends \Phalcon\Encryption\Security\JWT\Token\AbstractItem { - - /** * Signature constructor. * diff --git a/src/Encryption/Security/JWT/Token/Token.php b/src/Encryption/Security/JWT/Token/Token.php index 515809c1..d1089703 100644 --- a/src/Encryption/Security/JWT/Token/Token.php +++ b/src/Encryption/Security/JWT/Token/Token.php @@ -20,7 +20,6 @@ */ class Token { - /** * @var Item */ diff --git a/src/Encryption/Security/JWT/Validator.php b/src/Encryption/Security/JWT/Validator.php index b24d06e0..c384a4c8 100644 --- a/src/Encryption/Security/JWT/Validator.php +++ b/src/Encryption/Security/JWT/Validator.php @@ -22,7 +22,6 @@ */ class Validator { - /** * @var int */ diff --git a/src/Encryption/Security/Random.php b/src/Encryption/Security/Random.php index 5c2005c4..44078266 100644 --- a/src/Encryption/Security/Random.php +++ b/src/Encryption/Security/Random.php @@ -76,8 +76,6 @@ */ class Random { - - /** * Generates a random base58 string * diff --git a/src/Events/AbstractEventsAware.php b/src/Events/AbstractEventsAware.php index 1d73044e..dcd1f2cb 100644 --- a/src/Events/AbstractEventsAware.php +++ b/src/Events/AbstractEventsAware.php @@ -20,7 +20,6 @@ */ abstract class AbstractEventsAware { - /** * @var ManagerInterface|null */ diff --git a/src/Events/Event.php b/src/Events/Event.php index b0d9e3f1..c71e4c6c 100644 --- a/src/Events/Event.php +++ b/src/Events/Event.php @@ -26,7 +26,6 @@ */ class Event implements \Phalcon\Events\EventInterface { - /** * Is event cancelable? * diff --git a/src/Events/EventInterface.php b/src/Events/EventInterface.php index 4aa09125..e80fa941 100644 --- a/src/Events/EventInterface.php +++ b/src/Events/EventInterface.php @@ -16,8 +16,6 @@ */ interface EventInterface { - - /** * Gets event data * diff --git a/src/Events/EventsAwareInterface.php b/src/Events/EventsAwareInterface.php index 87364714..c744ac7a 100644 --- a/src/Events/EventsAwareInterface.php +++ b/src/Events/EventsAwareInterface.php @@ -17,8 +17,6 @@ */ interface EventsAwareInterface { - - /** * Returns the internal event manager * diff --git a/src/Events/Exception.php b/src/Events/Exception.php index 97a27bb3..73eaf4bf 100644 --- a/src/Events/Exception.php +++ b/src/Events/Exception.php @@ -16,6 +16,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Events/ManagerInterface.php b/src/Events/ManagerInterface.php index 58834659..6cebc086 100644 --- a/src/Events/ManagerInterface.php +++ b/src/Events/ManagerInterface.php @@ -16,8 +16,6 @@ */ interface ManagerInterface { - - /** * Attach a listener to the events manager * diff --git a/src/Factory/AbstractConfigFactory.php b/src/Factory/AbstractConfigFactory.php index 50e275e9..03b1147c 100644 --- a/src/Factory/AbstractConfigFactory.php +++ b/src/Factory/AbstractConfigFactory.php @@ -21,8 +21,6 @@ */ abstract class AbstractConfigFactory { - - /** * Checks the config if it is a valid object * diff --git a/src/Factory/AbstractFactory.php b/src/Factory/AbstractFactory.php index 713bd527..c7cb8b99 100644 --- a/src/Factory/AbstractFactory.php +++ b/src/Factory/AbstractFactory.php @@ -21,7 +21,6 @@ */ abstract class AbstractFactory extends \Phalcon\Factory\AbstractConfigFactory { - /** * @var array */ diff --git a/src/Factory/Exception.php b/src/Factory/Exception.php index 8f16c189..099060ae 100644 --- a/src/Factory/Exception.php +++ b/src/Factory/Exception.php @@ -19,6 +19,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Filter/Exception.php b/src/Filter/Exception.php index 5f505950..874f8725 100644 --- a/src/Filter/Exception.php +++ b/src/Filter/Exception.php @@ -16,6 +16,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Filter/FilterFactory.php b/src/Filter/FilterFactory.php index d7092ed3..1f685c69 100644 --- a/src/Filter/FilterFactory.php +++ b/src/Filter/FilterFactory.php @@ -18,8 +18,6 @@ */ class FilterFactory { - - /** * Returns a Locator object with all the helpers defined in anonymous * functions diff --git a/src/Filter/FilterInterface.php b/src/Filter/FilterInterface.php index 04b2bd44..53036b34 100644 --- a/src/Filter/FilterInterface.php +++ b/src/Filter/FilterInterface.php @@ -14,8 +14,6 @@ */ interface FilterInterface { - - /** * Sanitizes a value with a specified single or set of sanitizers * diff --git a/src/Filter/Sanitize/AbsInt.php b/src/Filter/Sanitize/AbsInt.php index 3c243ca1..6c9e0068 100644 --- a/src/Filter/Sanitize/AbsInt.php +++ b/src/Filter/Sanitize/AbsInt.php @@ -16,8 +16,6 @@ */ class AbsInt { - - /** * @param mixed $input The text to sanitize * diff --git a/src/Filter/Sanitize/Alnum.php b/src/Filter/Sanitize/Alnum.php index 5f6ed673..425c88bd 100644 --- a/src/Filter/Sanitize/Alnum.php +++ b/src/Filter/Sanitize/Alnum.php @@ -16,8 +16,6 @@ */ class Alnum { - - /** * @param mixed $input The text to sanitize * diff --git a/src/Filter/Sanitize/Alpha.php b/src/Filter/Sanitize/Alpha.php index 708d6739..61e10edd 100644 --- a/src/Filter/Sanitize/Alpha.php +++ b/src/Filter/Sanitize/Alpha.php @@ -16,8 +16,6 @@ */ class Alpha { - - /** * @param mixed $input The text to sanitize * diff --git a/src/Filter/Sanitize/BoolVal.php b/src/Filter/Sanitize/BoolVal.php index 42f13719..f200548d 100644 --- a/src/Filter/Sanitize/BoolVal.php +++ b/src/Filter/Sanitize/BoolVal.php @@ -16,8 +16,6 @@ */ class BoolVal { - - /** * @param mixed $input The text to sanitize * diff --git a/src/Filter/Sanitize/Email.php b/src/Filter/Sanitize/Email.php index 8e18e22a..b3910d0a 100644 --- a/src/Filter/Sanitize/Email.php +++ b/src/Filter/Sanitize/Email.php @@ -16,8 +16,6 @@ */ class Email { - - /** * @param mixed $input The text to sanitize * diff --git a/src/Filter/Sanitize/FloatVal.php b/src/Filter/Sanitize/FloatVal.php index ba56b230..c274616f 100644 --- a/src/Filter/Sanitize/FloatVal.php +++ b/src/Filter/Sanitize/FloatVal.php @@ -16,8 +16,6 @@ */ class FloatVal { - - /** * @param mixed $input The text to sanitize * diff --git a/src/Filter/Sanitize/IntVal.php b/src/Filter/Sanitize/IntVal.php index f1319e14..b2d02092 100644 --- a/src/Filter/Sanitize/IntVal.php +++ b/src/Filter/Sanitize/IntVal.php @@ -16,8 +16,6 @@ */ class IntVal { - - /** * @param mixed $input The text to sanitize * diff --git a/src/Filter/Sanitize/Lower.php b/src/Filter/Sanitize/Lower.php index 736c36e9..ca49ef50 100644 --- a/src/Filter/Sanitize/Lower.php +++ b/src/Filter/Sanitize/Lower.php @@ -16,8 +16,6 @@ */ class Lower { - - /** * @param string $input The text to sanitize * diff --git a/src/Filter/Sanitize/LowerFirst.php b/src/Filter/Sanitize/LowerFirst.php index 9578464d..3468f371 100644 --- a/src/Filter/Sanitize/LowerFirst.php +++ b/src/Filter/Sanitize/LowerFirst.php @@ -16,8 +16,6 @@ */ class LowerFirst { - - /** * @param string $input The text to sanitize * diff --git a/src/Filter/Sanitize/Regex.php b/src/Filter/Sanitize/Regex.php index 259eecbe..4af35034 100644 --- a/src/Filter/Sanitize/Regex.php +++ b/src/Filter/Sanitize/Regex.php @@ -16,8 +16,6 @@ */ class Regex { - - /** * @param mixed $input * @param mixed $pattern diff --git a/src/Filter/Sanitize/Remove.php b/src/Filter/Sanitize/Remove.php index 09c48d02..02d7d851 100644 --- a/src/Filter/Sanitize/Remove.php +++ b/src/Filter/Sanitize/Remove.php @@ -16,8 +16,6 @@ */ class Remove { - - /** * @param mixed $input * @param mixed $replace diff --git a/src/Filter/Sanitize/Replace.php b/src/Filter/Sanitize/Replace.php index 5994820b..571bfe09 100644 --- a/src/Filter/Sanitize/Replace.php +++ b/src/Filter/Sanitize/Replace.php @@ -16,8 +16,6 @@ */ class Replace { - - /** * @param mixed $input * @param mixed $source diff --git a/src/Filter/Sanitize/Special.php b/src/Filter/Sanitize/Special.php index 47eb375d..9f9f5030 100644 --- a/src/Filter/Sanitize/Special.php +++ b/src/Filter/Sanitize/Special.php @@ -16,8 +16,6 @@ */ class Special { - - /** * @param mixed $input The text to sanitize * diff --git a/src/Filter/Sanitize/SpecialFull.php b/src/Filter/Sanitize/SpecialFull.php index 6b339b68..cc12ecf1 100644 --- a/src/Filter/Sanitize/SpecialFull.php +++ b/src/Filter/Sanitize/SpecialFull.php @@ -16,8 +16,6 @@ */ class SpecialFull { - - /** * @param mixed $input The text to sanitize * diff --git a/src/Filter/Sanitize/StringVal.php b/src/Filter/Sanitize/StringVal.php index e514227e..841410f5 100644 --- a/src/Filter/Sanitize/StringVal.php +++ b/src/Filter/Sanitize/StringVal.php @@ -16,8 +16,6 @@ */ class StringVal { - - /** * @param mixed $input The text to sanitize * diff --git a/src/Filter/Sanitize/Striptags.php b/src/Filter/Sanitize/Striptags.php index 9fb37ccc..30bec9fe 100644 --- a/src/Filter/Sanitize/Striptags.php +++ b/src/Filter/Sanitize/Striptags.php @@ -16,8 +16,6 @@ */ class Striptags { - - /** * @param string $input The text to sanitize * diff --git a/src/Filter/Sanitize/Trim.php b/src/Filter/Sanitize/Trim.php index a88a3176..78a07be5 100644 --- a/src/Filter/Sanitize/Trim.php +++ b/src/Filter/Sanitize/Trim.php @@ -16,8 +16,6 @@ */ class Trim { - - /** * @param string $input The text to sanitize * diff --git a/src/Filter/Sanitize/Upper.php b/src/Filter/Sanitize/Upper.php index 59b33974..bad762ca 100644 --- a/src/Filter/Sanitize/Upper.php +++ b/src/Filter/Sanitize/Upper.php @@ -16,8 +16,6 @@ */ class Upper { - - /** * @param string $input The text to sanitize * diff --git a/src/Filter/Sanitize/UpperFirst.php b/src/Filter/Sanitize/UpperFirst.php index de9fe0c1..a62da89f 100644 --- a/src/Filter/Sanitize/UpperFirst.php +++ b/src/Filter/Sanitize/UpperFirst.php @@ -16,8 +16,6 @@ */ class UpperFirst { - - /** * @param string $input The text to sanitize * diff --git a/src/Filter/Sanitize/UpperWords.php b/src/Filter/Sanitize/UpperWords.php index f657907e..eca1f2e3 100644 --- a/src/Filter/Sanitize/UpperWords.php +++ b/src/Filter/Sanitize/UpperWords.php @@ -16,8 +16,6 @@ */ class UpperWords { - - /** * @param string $input The text to sanitize * diff --git a/src/Filter/Sanitize/Url.php b/src/Filter/Sanitize/Url.php index a9e774fe..1a115ca8 100644 --- a/src/Filter/Sanitize/Url.php +++ b/src/Filter/Sanitize/Url.php @@ -16,8 +16,6 @@ */ class Url { - - /** * @param mixed $input The text to sanitize * diff --git a/src/Filter/Validation.php b/src/Filter/Validation.php index 4a6b2f9a..99fd4756 100644 --- a/src/Filter/Validation.php +++ b/src/Filter/Validation.php @@ -25,7 +25,6 @@ */ class Validation extends Injectable implements \Phalcon\Filter\Validation\ValidationInterface { - /** * @var array */ diff --git a/src/Filter/Validation/AbstractCombinedFieldsValidator.php b/src/Filter/Validation/AbstractCombinedFieldsValidator.php index 7e43ac39..48a74c36 100644 --- a/src/Filter/Validation/AbstractCombinedFieldsValidator.php +++ b/src/Filter/Validation/AbstractCombinedFieldsValidator.php @@ -14,6 +14,4 @@ */ abstract class AbstractCombinedFieldsValidator extends \Phalcon\Filter\Validation\AbstractValidator { - - } diff --git a/src/Filter/Validation/AbstractValidator.php b/src/Filter/Validation/AbstractValidator.php index f900b1a7..bd3178c9 100644 --- a/src/Filter/Validation/AbstractValidator.php +++ b/src/Filter/Validation/AbstractValidator.php @@ -18,7 +18,6 @@ */ abstract class AbstractValidator implements \Phalcon\Filter\Validation\ValidatorInterface { - /** * Message template * diff --git a/src/Filter/Validation/AbstractValidatorComposite.php b/src/Filter/Validation/AbstractValidatorComposite.php index 09ea11e0..ba4d7949 100644 --- a/src/Filter/Validation/AbstractValidatorComposite.php +++ b/src/Filter/Validation/AbstractValidatorComposite.php @@ -16,7 +16,6 @@ */ abstract class AbstractValidatorComposite extends \Phalcon\Filter\Validation\AbstractValidator implements \Phalcon\Filter\Validation\ValidatorCompositeInterface { - /** * @var array */ diff --git a/src/Filter/Validation/Exception.php b/src/Filter/Validation/Exception.php index fad2c65a..363b6954 100644 --- a/src/Filter/Validation/Exception.php +++ b/src/Filter/Validation/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Filter/Validation/ValidationInterface.php b/src/Filter/Validation/ValidationInterface.php index b4d8d37c..9bbf9e15 100644 --- a/src/Filter/Validation/ValidationInterface.php +++ b/src/Filter/Validation/ValidationInterface.php @@ -18,8 +18,6 @@ */ interface ValidationInterface { - - /** * Adds a validator to a field * diff --git a/src/Filter/Validation/Validator/Alnum.php b/src/Filter/Validation/Validator/Alnum.php index 4db9f760..a1651af4 100644 --- a/src/Filter/Validation/Validator/Alnum.php +++ b/src/Filter/Validation/Validator/Alnum.php @@ -48,7 +48,6 @@ */ class Alnum extends AbstractValidator { - protected $template = 'Field :field must contain only letters and numbers'; /** diff --git a/src/Filter/Validation/Validator/Alpha.php b/src/Filter/Validation/Validator/Alpha.php index ddfab168..433c9118 100644 --- a/src/Filter/Validation/Validator/Alpha.php +++ b/src/Filter/Validation/Validator/Alpha.php @@ -49,7 +49,6 @@ */ class Alpha extends AbstractValidator { - protected $template = 'Field :field must contain only letters'; /** diff --git a/src/Filter/Validation/Validator/Between.php b/src/Filter/Validation/Validator/Between.php index 223813b0..5e155628 100644 --- a/src/Filter/Validation/Validator/Between.php +++ b/src/Filter/Validation/Validator/Between.php @@ -60,7 +60,6 @@ */ class Between extends AbstractValidator { - protected $template = 'Field :field must be within the range of :min to :max'; /** diff --git a/src/Filter/Validation/Validator/Callback.php b/src/Filter/Validation/Validator/Callback.php index 19743053..eb83d434 100644 --- a/src/Filter/Validation/Validator/Callback.php +++ b/src/Filter/Validation/Validator/Callback.php @@ -60,7 +60,6 @@ */ class Callback extends AbstractValidator { - protected $template = 'Field :field must match the callback function'; /** diff --git a/src/Filter/Validation/Validator/Confirmation.php b/src/Filter/Validation/Validator/Confirmation.php index 88109fcd..01b556df 100644 --- a/src/Filter/Validation/Validator/Confirmation.php +++ b/src/Filter/Validation/Validator/Confirmation.php @@ -55,7 +55,6 @@ */ class Confirmation extends AbstractValidator { - protected $template = 'Field :field must be the same as :with'; /** diff --git a/src/Filter/Validation/Validator/CreditCard.php b/src/Filter/Validation/Validator/CreditCard.php index 63ff7e93..9d91c50f 100644 --- a/src/Filter/Validation/Validator/CreditCard.php +++ b/src/Filter/Validation/Validator/CreditCard.php @@ -49,7 +49,6 @@ */ class CreditCard extends AbstractValidator { - protected $template = 'Field :field is not valid for a credit card number'; /** diff --git a/src/Filter/Validation/Validator/Date.php b/src/Filter/Validation/Validator/Date.php index 4751aec7..a12493b2 100644 --- a/src/Filter/Validation/Validator/Date.php +++ b/src/Filter/Validation/Validator/Date.php @@ -55,7 +55,6 @@ */ class Date extends AbstractValidator { - protected $template = 'Field :field is not a valid date'; /** diff --git a/src/Filter/Validation/Validator/Digit.php b/src/Filter/Validation/Validator/Digit.php index 516bc482..91ee1d48 100644 --- a/src/Filter/Validation/Validator/Digit.php +++ b/src/Filter/Validation/Validator/Digit.php @@ -49,7 +49,6 @@ */ class Digit extends AbstractValidator { - protected $template = 'Field :field must be numeric'; /** diff --git a/src/Filter/Validation/Validator/Email.php b/src/Filter/Validation/Validator/Email.php index cc70ae16..3d1fbcca 100644 --- a/src/Filter/Validation/Validator/Email.php +++ b/src/Filter/Validation/Validator/Email.php @@ -49,7 +49,6 @@ */ class Email extends AbstractValidator { - protected $template = 'Field :field must be an email address'; /** diff --git a/src/Filter/Validation/Validator/Exception.php b/src/Filter/Validation/Validator/Exception.php index 803c8444..68a568c4 100644 --- a/src/Filter/Validation/Validator/Exception.php +++ b/src/Filter/Validation/Validator/Exception.php @@ -15,6 +15,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Filter/Validation/Validator/ExclusionIn.php b/src/Filter/Validation/Validator/ExclusionIn.php index 10299c15..98d36001 100644 --- a/src/Filter/Validation/Validator/ExclusionIn.php +++ b/src/Filter/Validation/Validator/ExclusionIn.php @@ -61,7 +61,6 @@ */ class ExclusionIn extends AbstractValidator { - protected $template = 'Field :field must not be a part of list: :domain'; /** diff --git a/src/Filter/Validation/Validator/File.php b/src/Filter/Validation/Validator/File.php index 73dce744..dce30a72 100644 --- a/src/Filter/Validation/Validator/File.php +++ b/src/Filter/Validation/Validator/File.php @@ -93,8 +93,6 @@ */ class File extends AbstractValidatorComposite { - - /** * Constructor * diff --git a/src/Filter/Validation/Validator/File/AbstractFile.php b/src/Filter/Validation/Validator/File/AbstractFile.php index db4791b7..ad79d716 100644 --- a/src/Filter/Validation/Validator/File/AbstractFile.php +++ b/src/Filter/Validation/Validator/File/AbstractFile.php @@ -54,7 +54,6 @@ */ abstract class AbstractFile extends AbstractValidator { - /** * Empty is empty * diff --git a/src/Filter/Validation/Validator/File/MimeType.php b/src/Filter/Validation/Validator/File/MimeType.php index da9fb26c..beafa328 100644 --- a/src/Filter/Validation/Validator/File/MimeType.php +++ b/src/Filter/Validation/Validator/File/MimeType.php @@ -63,7 +63,6 @@ */ class MimeType extends \Phalcon\Filter\Validation\Validator\File\AbstractFile { - protected $template = 'File :field must be of type: :types'; /** diff --git a/src/Filter/Validation/Validator/File/Resolution/Equal.php b/src/Filter/Validation/Validator/File/Resolution/Equal.php index 5263715e..28cd20f0 100644 --- a/src/Filter/Validation/Validator/File/Resolution/Equal.php +++ b/src/Filter/Validation/Validator/File/Resolution/Equal.php @@ -54,7 +54,6 @@ */ class Equal extends AbstractFile { - protected $template = 'The resolution of the field :field has to be equal :resolution'; /** diff --git a/src/Filter/Validation/Validator/File/Resolution/Max.php b/src/Filter/Validation/Validator/File/Resolution/Max.php index 015795f9..e0f71278 100644 --- a/src/Filter/Validation/Validator/File/Resolution/Max.php +++ b/src/Filter/Validation/Validator/File/Resolution/Max.php @@ -59,7 +59,6 @@ */ class Max extends AbstractFile { - protected $template = 'File :field exceeds the maximum resolution of :resolution'; /** diff --git a/src/Filter/Validation/Validator/File/Resolution/Min.php b/src/Filter/Validation/Validator/File/Resolution/Min.php index 6beb61f6..3ce11cee 100644 --- a/src/Filter/Validation/Validator/File/Resolution/Min.php +++ b/src/Filter/Validation/Validator/File/Resolution/Min.php @@ -59,7 +59,6 @@ */ class Min extends AbstractFile { - protected $template = 'File :field can not have the minimum resolution of :resolution'; /** diff --git a/src/Filter/Validation/Validator/File/Size/Equal.php b/src/Filter/Validation/Validator/File/Size/Equal.php index 6586e6da..36b87a87 100644 --- a/src/Filter/Validation/Validator/File/Size/Equal.php +++ b/src/Filter/Validation/Validator/File/Size/Equal.php @@ -59,7 +59,6 @@ */ class Equal extends AbstractFile { - protected $template = 'File :field does not have the exact :size file size'; /** diff --git a/src/Filter/Validation/Validator/File/Size/Max.php b/src/Filter/Validation/Validator/File/Size/Max.php index c81811b3..659c4869 100644 --- a/src/Filter/Validation/Validator/File/Size/Max.php +++ b/src/Filter/Validation/Validator/File/Size/Max.php @@ -59,7 +59,6 @@ */ class Max extends AbstractFile { - protected $template = 'File :field exceeds the size of :size'; /** diff --git a/src/Filter/Validation/Validator/File/Size/Min.php b/src/Filter/Validation/Validator/File/Size/Min.php index 44a5d6c0..147e9e8e 100644 --- a/src/Filter/Validation/Validator/File/Size/Min.php +++ b/src/Filter/Validation/Validator/File/Size/Min.php @@ -59,7 +59,6 @@ */ class Min extends AbstractFile { - protected $template = 'File :field can not have the minimum size of :size'; /** diff --git a/src/Filter/Validation/Validator/Identical.php b/src/Filter/Validation/Validator/Identical.php index c8882bfd..611768a5 100644 --- a/src/Filter/Validation/Validator/Identical.php +++ b/src/Filter/Validation/Validator/Identical.php @@ -54,7 +54,6 @@ */ class Identical extends AbstractValidator { - protected $template = 'Field :field does not have the expected value'; /** diff --git a/src/Filter/Validation/Validator/InclusionIn.php b/src/Filter/Validation/Validator/InclusionIn.php index c34ef3da..fcc8e2be 100644 --- a/src/Filter/Validation/Validator/InclusionIn.php +++ b/src/Filter/Validation/Validator/InclusionIn.php @@ -55,7 +55,6 @@ */ class InclusionIn extends AbstractValidator { - protected $template = 'Field :field must be a part of list: :domain'; /** diff --git a/src/Filter/Validation/Validator/Numericality.php b/src/Filter/Validation/Validator/Numericality.php index e6839624..a041d072 100644 --- a/src/Filter/Validation/Validator/Numericality.php +++ b/src/Filter/Validation/Validator/Numericality.php @@ -49,7 +49,6 @@ */ class Numericality extends AbstractValidator { - protected $template = 'Field :field does not have a valid numeric format'; /** diff --git a/src/Filter/Validation/Validator/PresenceOf.php b/src/Filter/Validation/Validator/PresenceOf.php index c4f3fe76..fe0b93b7 100644 --- a/src/Filter/Validation/Validator/PresenceOf.php +++ b/src/Filter/Validation/Validator/PresenceOf.php @@ -49,7 +49,6 @@ */ class PresenceOf extends AbstractValidator { - protected $template = 'Field :field is required'; /** diff --git a/src/Filter/Validation/Validator/Regex.php b/src/Filter/Validation/Validator/Regex.php index f8f60f29..aff37179 100644 --- a/src/Filter/Validation/Validator/Regex.php +++ b/src/Filter/Validation/Validator/Regex.php @@ -54,7 +54,6 @@ */ class Regex extends AbstractValidator { - protected $template = 'Field :field does not match the required format'; /** diff --git a/src/Filter/Validation/Validator/StringLength.php b/src/Filter/Validation/Validator/StringLength.php index 7b220d90..4e434f44 100644 --- a/src/Filter/Validation/Validator/StringLength.php +++ b/src/Filter/Validation/Validator/StringLength.php @@ -80,8 +80,6 @@ */ class StringLength extends AbstractValidatorComposite { - - /** * Constructor * diff --git a/src/Filter/Validation/Validator/StringLength/Max.php b/src/Filter/Validation/Validator/StringLength/Max.php index 38f05c3f..1fda09d9 100644 --- a/src/Filter/Validation/Validator/StringLength/Max.php +++ b/src/Filter/Validation/Validator/StringLength/Max.php @@ -62,7 +62,6 @@ */ class Max extends AbstractValidator { - protected $template = 'Field :field must not exceed :max characters long'; /** diff --git a/src/Filter/Validation/Validator/StringLength/Min.php b/src/Filter/Validation/Validator/StringLength/Min.php index 3346a9a9..5905b0d5 100644 --- a/src/Filter/Validation/Validator/StringLength/Min.php +++ b/src/Filter/Validation/Validator/StringLength/Min.php @@ -62,7 +62,6 @@ */ class Min extends AbstractValidator { - protected $template = 'Field :field must be at least :min characters long'; /** diff --git a/src/Filter/Validation/Validator/Uniqueness.php b/src/Filter/Validation/Validator/Uniqueness.php index b221ac08..63a99f3e 100644 --- a/src/Filter/Validation/Validator/Uniqueness.php +++ b/src/Filter/Validation/Validator/Uniqueness.php @@ -88,7 +88,6 @@ */ class Uniqueness extends AbstractCombinedFieldsValidator { - protected $template = 'Field :field must be unique'; /** diff --git a/src/Filter/Validation/Validator/Url.php b/src/Filter/Validation/Validator/Url.php index e6f4815f..a1c2ca35 100644 --- a/src/Filter/Validation/Validator/Url.php +++ b/src/Filter/Validation/Validator/Url.php @@ -49,7 +49,6 @@ */ class Url extends AbstractValidator { - protected $template = 'Field :field must be a url'; /** diff --git a/src/Filter/Validation/ValidatorCompositeInterface.php b/src/Filter/Validation/ValidatorCompositeInterface.php index 442a88e8..3a9601bc 100644 --- a/src/Filter/Validation/ValidatorCompositeInterface.php +++ b/src/Filter/Validation/ValidatorCompositeInterface.php @@ -16,8 +16,6 @@ */ interface ValidatorCompositeInterface { - - /** * Executes the validation * diff --git a/src/Filter/Validation/ValidatorFactory.php b/src/Filter/Validation/ValidatorFactory.php index 95ca668e..d3c8e6cc 100644 --- a/src/Filter/Validation/ValidatorFactory.php +++ b/src/Filter/Validation/ValidatorFactory.php @@ -21,8 +21,6 @@ */ class ValidatorFactory extends AbstractFactory { - - /** * TagFactory constructor. * diff --git a/src/Filter/Validation/ValidatorInterface.php b/src/Filter/Validation/ValidatorInterface.php index 2f974b38..ace0fba7 100644 --- a/src/Filter/Validation/ValidatorInterface.php +++ b/src/Filter/Validation/ValidatorInterface.php @@ -16,8 +16,6 @@ */ interface ValidatorInterface { - - /** * Returns an option in the validator's options * Returns null if the option hasn't set diff --git a/src/Flash/AbstractFlash.php b/src/Flash/AbstractFlash.php index e076ae0d..a9ada14f 100644 --- a/src/Flash/AbstractFlash.php +++ b/src/Flash/AbstractFlash.php @@ -31,7 +31,6 @@ */ abstract class AbstractFlash extends AbstractInjectionAware implements \Phalcon\Flash\FlashInterface { - /** * @var bool */ diff --git a/src/Flash/Direct.php b/src/Flash/Direct.php index d7f60f69..4c70a180 100644 --- a/src/Flash/Direct.php +++ b/src/Flash/Direct.php @@ -16,8 +16,6 @@ */ class Direct extends \Phalcon\Flash\AbstractFlash { - - /** * Outputs a message * diff --git a/src/Flash/Exception.php b/src/Flash/Exception.php index 4c658105..eb04b266 100644 --- a/src/Flash/Exception.php +++ b/src/Flash/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Flash/FlashInterface.php b/src/Flash/FlashInterface.php index b84df73e..df8d7519 100644 --- a/src/Flash/FlashInterface.php +++ b/src/Flash/FlashInterface.php @@ -16,8 +16,6 @@ */ interface FlashInterface { - - /** * Shows a HTML error message * diff --git a/src/Forms/Element/AbstractElement.php b/src/Forms/Element/AbstractElement.php index 92d56cef..3e132c1f 100644 --- a/src/Forms/Element/AbstractElement.php +++ b/src/Forms/Element/AbstractElement.php @@ -25,7 +25,6 @@ */ abstract class AbstractElement implements \Phalcon\Forms\Element\ElementInterface { - /** * @var array */ diff --git a/src/Forms/Element/Check.php b/src/Forms/Element/Check.php index c58abcf1..c5228146 100644 --- a/src/Forms/Element/Check.php +++ b/src/Forms/Element/Check.php @@ -14,7 +14,6 @@ */ class Check extends \Phalcon\Forms\Element\AbstractElement { - /** * @var string */ diff --git a/src/Forms/Element/Date.php b/src/Forms/Element/Date.php index 5e203705..ae6e4e64 100644 --- a/src/Forms/Element/Date.php +++ b/src/Forms/Element/Date.php @@ -16,7 +16,6 @@ */ class Date extends \Phalcon\Forms\Element\AbstractElement { - /** * @var string */ diff --git a/src/Forms/Element/ElementInterface.php b/src/Forms/Element/ElementInterface.php index bb388393..d5f76076 100644 --- a/src/Forms/Element/ElementInterface.php +++ b/src/Forms/Element/ElementInterface.php @@ -19,8 +19,6 @@ */ interface ElementInterface { - - /** * Adds a filter to current list of filters * diff --git a/src/Forms/Element/Email.php b/src/Forms/Element/Email.php index 3263ab80..daee63e2 100644 --- a/src/Forms/Element/Email.php +++ b/src/Forms/Element/Email.php @@ -18,7 +18,6 @@ */ class Email extends \Phalcon\Forms\Element\AbstractElement { - /** * @var string */ diff --git a/src/Forms/Element/File.php b/src/Forms/Element/File.php index 3579d7ef..54465ef8 100644 --- a/src/Forms/Element/File.php +++ b/src/Forms/Element/File.php @@ -16,7 +16,6 @@ */ class File extends \Phalcon\Forms\Element\AbstractElement { - /** * @var string */ diff --git a/src/Forms/Element/Hidden.php b/src/Forms/Element/Hidden.php index 5d831233..45d6b685 100644 --- a/src/Forms/Element/Hidden.php +++ b/src/Forms/Element/Hidden.php @@ -18,7 +18,6 @@ */ class Hidden extends \Phalcon\Forms\Element\AbstractElement { - /** * @var string */ diff --git a/src/Forms/Element/Numeric.php b/src/Forms/Element/Numeric.php index cf05a583..93156b17 100644 --- a/src/Forms/Element/Numeric.php +++ b/src/Forms/Element/Numeric.php @@ -18,7 +18,6 @@ */ class Numeric extends \Phalcon\Forms\Element\AbstractElement { - /** * @var string */ diff --git a/src/Forms/Element/Password.php b/src/Forms/Element/Password.php index c2724f66..135c46e3 100644 --- a/src/Forms/Element/Password.php +++ b/src/Forms/Element/Password.php @@ -18,7 +18,6 @@ */ class Password extends \Phalcon\Forms\Element\AbstractElement { - /** * @var string */ diff --git a/src/Forms/Element/Radio.php b/src/Forms/Element/Radio.php index 2396c20f..c9651a8d 100644 --- a/src/Forms/Element/Radio.php +++ b/src/Forms/Element/Radio.php @@ -18,7 +18,6 @@ */ class Radio extends \Phalcon\Forms\Element\AbstractElement { - /** * @var string */ diff --git a/src/Forms/Element/Select.php b/src/Forms/Element/Select.php index 723c1e12..e7318325 100644 --- a/src/Forms/Element/Select.php +++ b/src/Forms/Element/Select.php @@ -18,7 +18,6 @@ */ class Select extends \Phalcon\Forms\Element\AbstractElement { - /** * @var object|array|null */ diff --git a/src/Forms/Element/Submit.php b/src/Forms/Element/Submit.php index e1ec6c81..3c28d277 100644 --- a/src/Forms/Element/Submit.php +++ b/src/Forms/Element/Submit.php @@ -16,7 +16,6 @@ */ class Submit extends \Phalcon\Forms\Element\AbstractElement { - /** * @var string */ diff --git a/src/Forms/Element/Text.php b/src/Forms/Element/Text.php index 31a0b05e..a5b0a732 100644 --- a/src/Forms/Element/Text.php +++ b/src/Forms/Element/Text.php @@ -18,6 +18,4 @@ */ class Text extends \Phalcon\Forms\Element\AbstractElement { - - } diff --git a/src/Forms/Element/TextArea.php b/src/Forms/Element/TextArea.php index 70d6dbdd..ada3021e 100644 --- a/src/Forms/Element/TextArea.php +++ b/src/Forms/Element/TextArea.php @@ -16,7 +16,6 @@ */ class TextArea extends \Phalcon\Forms\Element\AbstractElement { - /** * @var string */ diff --git a/src/Forms/Exception.php b/src/Forms/Exception.php index 3d052029..418777a1 100644 --- a/src/Forms/Exception.php +++ b/src/Forms/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Forms/Form.php b/src/Forms/Form.php index 291cf0e6..984f0abe 100644 --- a/src/Forms/Form.php +++ b/src/Forms/Form.php @@ -28,7 +28,6 @@ */ class Form extends Injectable implements \Countable, \Iterator, \Phalcon\Html\Attributes\AttributesInterface { - /** * @var AttributesInterface|null */ diff --git a/src/Forms/Manager.php b/src/Forms/Manager.php index be328fb2..1dd8f5f1 100644 --- a/src/Forms/Manager.php +++ b/src/Forms/Manager.php @@ -14,7 +14,6 @@ */ class Manager { - /** * @var array */ diff --git a/src/Html/Attributes.php b/src/Html/Attributes.php index f0c291f6..302410c3 100644 --- a/src/Html/Attributes.php +++ b/src/Html/Attributes.php @@ -17,8 +17,6 @@ */ class Attributes extends Collection implements \Phalcon\Html\Attributes\RenderInterface { - - /** * Render attributes as HTML attributes * diff --git a/src/Html/Attributes/AttributesInterface.php b/src/Html/Attributes/AttributesInterface.php index e925f04d..401c1dfc 100644 --- a/src/Html/Attributes/AttributesInterface.php +++ b/src/Html/Attributes/AttributesInterface.php @@ -18,8 +18,6 @@ */ interface AttributesInterface { - - /** * Get Attributes * diff --git a/src/Html/Attributes/RenderInterface.php b/src/Html/Attributes/RenderInterface.php index 13262086..2d65a23a 100644 --- a/src/Html/Attributes/RenderInterface.php +++ b/src/Html/Attributes/RenderInterface.php @@ -16,8 +16,6 @@ */ interface RenderInterface { - - /** * Generate a string represetation * diff --git a/src/Html/Breadcrumbs.php b/src/Html/Breadcrumbs.php index c5fe9b8d..1bb1a5e2 100644 --- a/src/Html/Breadcrumbs.php +++ b/src/Html/Breadcrumbs.php @@ -20,7 +20,6 @@ */ class Breadcrumbs { - /** * Keeps all the breadcrumbs * diff --git a/src/Html/Escaper.php b/src/Html/Escaper.php index e500e0a8..7dae0398 100644 --- a/src/Html/Escaper.php +++ b/src/Html/Escaper.php @@ -30,7 +30,6 @@ */ class Escaper implements \Phalcon\Html\Escaper\EscaperInterface { - /** * @var bool */ diff --git a/src/Html/Escaper/EscaperInterface.php b/src/Html/Escaper/EscaperInterface.php index 7c913dc9..c878bb48 100644 --- a/src/Html/Escaper/EscaperInterface.php +++ b/src/Html/Escaper/EscaperInterface.php @@ -14,8 +14,6 @@ */ interface EscaperInterface { - - /** * Escapes a HTML attribute string * diff --git a/src/Html/Escaper/Exception.php b/src/Html/Escaper/Exception.php index 084e1784..0816474d 100644 --- a/src/Html/Escaper/Exception.php +++ b/src/Html/Escaper/Exception.php @@ -14,6 +14,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Html/EscaperFactory.php b/src/Html/EscaperFactory.php index 0fe176bf..c1824f58 100644 --- a/src/Html/EscaperFactory.php +++ b/src/Html/EscaperFactory.php @@ -14,8 +14,6 @@ */ class EscaperFactory { - - /** * Create a new instance of the object * diff --git a/src/Html/Exception.php b/src/Html/Exception.php index 9dfb7bf0..22ebfabc 100644 --- a/src/Html/Exception.php +++ b/src/Html/Exception.php @@ -16,6 +16,4 @@ */ class Exception extends \Exception { - - } diff --git a/src/Html/Helper/AbstractHelper.php b/src/Html/Helper/AbstractHelper.php index 5c9b0051..53ecc8fb 100644 --- a/src/Html/Helper/AbstractHelper.php +++ b/src/Html/Helper/AbstractHelper.php @@ -20,7 +20,6 @@ */ abstract class AbstractHelper { - /** * @var string */ diff --git a/src/Html/Helper/AbstractList.php b/src/Html/Helper/AbstractList.php index 09d844d5..5f2c247a 100644 --- a/src/Html/Helper/AbstractList.php +++ b/src/Html/Helper/AbstractList.php @@ -16,7 +16,6 @@ */ abstract class AbstractList extends \Phalcon\Html\Helper\AbstractHelper { - /** * @var array */ diff --git a/src/Html/Helper/AbstractSeries.php b/src/Html/Helper/AbstractSeries.php index aca8a5e7..3e89c07b 100644 --- a/src/Html/Helper/AbstractSeries.php +++ b/src/Html/Helper/AbstractSeries.php @@ -15,7 +15,6 @@ */ abstract class AbstractSeries extends \Phalcon\Html\Helper\AbstractHelper { - /** * @var array */ diff --git a/src/Html/Helper/Anchor.php b/src/Html/Helper/Anchor.php index 6a1ef96f..343d24a7 100644 --- a/src/Html/Helper/Anchor.php +++ b/src/Html/Helper/Anchor.php @@ -16,8 +16,6 @@ */ class Anchor extends \Phalcon\Html\Helper\AbstractHelper { - - /** * Produce a tag * diff --git a/src/Html/Helper/Base.php b/src/Html/Helper/Base.php index 2395adc0..2b7dc357 100644 --- a/src/Html/Helper/Base.php +++ b/src/Html/Helper/Base.php @@ -16,8 +16,6 @@ */ class Base extends \Phalcon\Html\Helper\AbstractHelper { - - /** * Produce a `` tag. * diff --git a/src/Html/Helper/Body.php b/src/Html/Helper/Body.php index d887130e..3c899e07 100644 --- a/src/Html/Helper/Body.php +++ b/src/Html/Helper/Body.php @@ -16,8 +16,6 @@ */ class Body extends \Phalcon\Html\Helper\AbstractHelper { - - /** * Produce a `` tag. * diff --git a/src/Html/Helper/Button.php b/src/Html/Helper/Button.php index 299f5e85..f218f63a 100644 --- a/src/Html/Helper/Button.php +++ b/src/Html/Helper/Button.php @@ -16,8 +16,6 @@ */ class Button extends \Phalcon\Html\Helper\AbstractHelper { - - /** * Produce a `