Skip to content

Commit

Permalink
Merge pull request #74 from niden/master
Browse files Browse the repository at this point in the history
Phalcon v5.0.0-beta3
  • Loading branch information
Jeckerson authored Feb 8, 2022
2 parents 2ac6f09 + 1dacbdc commit 2991721
Show file tree
Hide file tree
Showing 569 changed files with 35 additions and 934 deletions.
1 change: 0 additions & 1 deletion src/Acl/Adapter/AbstractAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down
2 changes: 0 additions & 2 deletions src/Acl/Adapter/AdapterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
*/
interface AdapterInterface
{


/**
* Do a role inherit from another existing role
*
Expand Down
1 change: 0 additions & 1 deletion src/Acl/Adapter/Memory.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
*/
class Memory extends \Phalcon\Acl\Adapter\AbstractAdapter
{

/**
* Access
*
Expand Down
1 change: 0 additions & 1 deletion src/Acl/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
class Component implements \Phalcon\Acl\ComponentInterface
{

/**
* Component description
*
Expand Down
2 changes: 0 additions & 2 deletions src/Acl/ComponentAwareInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*/
interface ComponentAwareInterface
{


/**
* Returns component name
*
Expand Down
2 changes: 0 additions & 2 deletions src/Acl/ComponentInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*/
interface ComponentInterface
{


/**
* Returns component description
*
Expand Down
2 changes: 0 additions & 2 deletions src/Acl/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@
*/
class Exception extends \Exception
{


}
1 change: 0 additions & 1 deletion src/Acl/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
class Role implements \Phalcon\Acl\RoleInterface
{

/**
* Role name
*
Expand Down
2 changes: 0 additions & 2 deletions src/Acl/RoleAwareInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*/
interface RoleAwareInterface
{


/**
* Returns role name
*
Expand Down
2 changes: 0 additions & 2 deletions src/Acl/RoleInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*/
interface RoleInterface
{


/**
* Returns the role name
*
Expand Down
1 change: 0 additions & 1 deletion src/Annotations/Adapter/AbstractAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
*/
abstract class AbstractAdapter implements \Phalcon\Annotations\Adapter\AdapterInterface
{

/**
* @var array
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Annotations/Adapter/AdapterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
*/
interface AdapterInterface
{


/**
* Parses or retrieves all the annotations found in a class
*
Expand Down
1 change: 0 additions & 1 deletion src/Annotations/Adapter/Apcu.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
*/
class Apcu extends \Phalcon\Annotations\Adapter\AbstractAdapter
{

/**
* @var string
*/
Expand Down
1 change: 0 additions & 1 deletion src/Annotations/Adapter/Memory.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/
class Memory extends \Phalcon\Annotations\Adapter\AbstractAdapter
{

/**
* @var mixed
*/
Expand Down
1 change: 0 additions & 1 deletion src/Annotations/Adapter/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*/
class Stream extends \Phalcon\Annotations\Adapter\AbstractAdapter
{

/**
* @var string
*/
Expand Down
1 change: 0 additions & 1 deletion src/Annotations/Annotation.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*/
class Annotation
{

/**
* Annotation Arguments
*
Expand Down
2 changes: 0 additions & 2 deletions src/Annotations/AnnotationsFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
*/
class AnnotationsFactory extends AbstractFactory
{


/**
* AdapterFactory constructor.
*
Expand Down
1 change: 0 additions & 1 deletion src/Annotations/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
*/
class Collection implements \Iterator, \Countable
{

/**
* @var array
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Annotations/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@
*/
class Exception extends \Exception
{


}
2 changes: 0 additions & 2 deletions src/Annotations/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
*/
class Reader implements \Phalcon\Annotations\ReaderInterface
{


/**
* Reads annotations from the class docblocks, its methods and/or properties
*
Expand Down
2 changes: 0 additions & 2 deletions src/Annotations/ReaderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*/
interface ReaderInterface
{


/**
* Reads annotations from the class docblocks, its methods and/or properties
*
Expand Down
1 change: 0 additions & 1 deletion src/Annotations/Reflection.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
*/
class Reflection
{

/**
* @var array
* TODO: Make always array
Expand Down
1 change: 0 additions & 1 deletion src/Application/AbstractApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
*/
abstract class AbstractApplication extends Injectable implements \Phalcon\Events\EventsAwareInterface
{

/**
* @var DiInterface|null
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Application/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@
*/
class Exception extends \Exception
{


}
1 change: 0 additions & 1 deletion src/Assets/Asset.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
*/
class Asset implements \Phalcon\Assets\AssetInterface
{

/**
* @var array
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Assets/Asset/Css.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
*/
class Css extends \Phalcon\Assets\Asset
{


/**
* Phalcon\Assets\Asset\Css constructor
*
Expand Down
2 changes: 0 additions & 2 deletions src/Assets/Asset/Js.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
*/
class Js extends \Phalcon\Assets\Asset
{


/**
* Phalcon\Assets\Asset\Js constructor
*
Expand Down
2 changes: 0 additions & 2 deletions src/Assets/AssetInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*/
interface AssetInterface
{


/**
* Gets the asset's key.
*
Expand Down
1 change: 0 additions & 1 deletion src/Assets/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
*/
class Collection implements \Countable, \IteratorAggregate
{

/**
* @var array
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Assets/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@
*/
class Exception extends \Exception
{


}
2 changes: 0 additions & 2 deletions src/Assets/FilterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*/
interface FilterInterface
{


/**
* Filters the content returning a string with the filtered content
*
Expand Down
2 changes: 0 additions & 2 deletions src/Assets/Filters/Cssmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
*/
class Cssmin implements \Phalcon\Assets\FilterInterface
{


/**
* Filters the content using CSSMIN
* NOTE: This functionality is not currently available
Expand Down
2 changes: 0 additions & 2 deletions src/Assets/Filters/Jsmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
*/
class Jsmin implements \Phalcon\Assets\FilterInterface
{


/**
* Filters the content using JSMIN
* NOTE: This functionality is not currently available
Expand Down
2 changes: 0 additions & 2 deletions src/Assets/Filters/None.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
*/
class None implements \Phalcon\Assets\FilterInterface
{


/**
* Returns the content as is
*
Expand Down
1 change: 0 additions & 1 deletion src/Assets/Inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/
class Inline implements \Phalcon\Assets\AssetInterface
{

/**
* @var array | null
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Assets/Inline/Css.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
*/
class Css extends \Phalcon\Assets\Inline
{


/**
* Phalcon\Assets\Inline\Css constructor
*
Expand Down
2 changes: 0 additions & 2 deletions src/Assets/Inline/Js.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
*/
class Js extends \Phalcon\Assets\Inline
{


/**
* Phalcon\Assets\Inline\Js constructor
*
Expand Down
1 change: 0 additions & 1 deletion src/Assets/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
*/
class Manager extends AbstractInjectionAware
{

/**
* @var array
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Autoload/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@
*/
class Exception extends \Exception
{


}
1 change: 0 additions & 1 deletion src/Autoload/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
*/
class Loader extends AbstractEventsAware
{

/**
* @var string|null
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Cache/Adapter/AdapterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@
*/
interface AdapterInterface extends StorageAdapterInterface
{


}
2 changes: 0 additions & 2 deletions src/Cache/Adapter/Apcu.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@
*/
class Apcu extends \Phalcon\Storage\Adapter\Apcu implements CacheAdapterInterface
{


}
2 changes: 0 additions & 2 deletions src/Cache/Adapter/Libmemcached.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@
*/
class Libmemcached extends \Phalcon\Storage\Adapter\Libmemcached implements CacheAdapterInterface
{


}
2 changes: 0 additions & 2 deletions src/Cache/Adapter/Memory.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@
*/
class Memory extends \Phalcon\Storage\Adapter\Memory implements CacheAdapterInterface
{


}
2 changes: 0 additions & 2 deletions src/Cache/Adapter/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@
*/
class Redis extends \Phalcon\Storage\Adapter\Redis implements CacheAdapterInterface
{


}
2 changes: 0 additions & 2 deletions src/Cache/Adapter/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@
*/
class Stream extends \Phalcon\Storage\Adapter\Stream implements CacheAdapterInterface
{


}
1 change: 0 additions & 1 deletion src/Cache/AdapterFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*/
class AdapterFactory extends AbstractFactory
{

/**
* @var SerializerFactory
*/
Expand Down
1 change: 0 additions & 1 deletion src/Cache/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
*/
class Cache implements \Psr\SimpleCache\CacheInterface
{

/**
* The adapter
*
Expand Down
1 change: 0 additions & 1 deletion src/Cache/CacheFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
*/
class CacheFactory extends AbstractConfigFactory
{

/**
* @var AdapterFactory
*/
Expand Down
Loading

0 comments on commit 2991721

Please sign in to comment.