Skip to content

Commit

Permalink
Remove @Package from classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Schmelz committed Apr 24, 2018
1 parent 4d4a503 commit bde6b0a
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion src/Database/Driver/Mysql.php
Expand Up @@ -22,7 +22,6 @@

/**
* Class Mysql
* @package Cake\Database\Driver
*/
class Mysql extends Driver
{
Expand Down
1 change: 0 additions & 1 deletion src/Database/Driver/Postgres.php
Expand Up @@ -20,7 +20,6 @@

/**
* Class Postgres
* @package Cake\Database\Driver
*/
class Postgres extends Driver
{
Expand Down
1 change: 0 additions & 1 deletion src/Database/Driver/Sqlite.php
Expand Up @@ -23,7 +23,6 @@

/**
* Class Sqlite
* @package Cake\Database\Driver
*/
class Sqlite extends Driver
{
Expand Down
1 change: 0 additions & 1 deletion src/Database/Exception/MissingConnectionException.php
Expand Up @@ -18,7 +18,6 @@

/**
* Class MissingConnectionException
* @package Cake\Database\Exception
*/
class MissingConnectionException extends Exception
{
Expand Down
1 change: 0 additions & 1 deletion src/Database/Exception/MissingDriverException.php
Expand Up @@ -18,7 +18,6 @@

/**
* Class MissingDriverException
* @package Cake\Database\Exception
*/
class MissingDriverException extends Exception
{
Expand Down
1 change: 0 additions & 1 deletion src/Database/Exception/MissingExtensionException.php
Expand Up @@ -18,7 +18,6 @@

/**
* Class MissingExtensionException
* @package Cake\Database\Exception
*/
class MissingExtensionException extends Exception
{
Expand Down
Expand Up @@ -18,7 +18,6 @@

/**
* Class NestedTransactionRollbackException
* @package Cake\Database\Exception
*/
class NestedTransactionRollbackException extends Exception
{
Expand Down
1 change: 0 additions & 1 deletion src/Database/Type/DateType.php
Expand Up @@ -19,7 +19,6 @@

/**
* Class DateType
* @package Cake\Database\Type
*/
class DateType extends DateTimeType
{
Expand Down
1 change: 0 additions & 1 deletion src/Database/TypeMapTrait.php
Expand Up @@ -19,7 +19,6 @@
*/
/**
* Trait TypeMapTrait
* @package Cake\Database
*/
trait TypeMapTrait
{
Expand Down
1 change: 0 additions & 1 deletion src/Datasource/FactoryLocator.php
Expand Up @@ -19,7 +19,6 @@

/**
* Class FactoryLocator
* @package Cake\Datasource
*/
class FactoryLocator
{
Expand Down
1 change: 0 additions & 1 deletion src/Error/ExceptionRendererInterface.php
Expand Up @@ -16,7 +16,6 @@

/**
* Interface ExceptionRendererInterface
* @package Cake\Error
*/
interface ExceptionRendererInterface
{
Expand Down
1 change: 0 additions & 1 deletion src/Event/Event.php
Expand Up @@ -16,7 +16,6 @@

/**
* Class Event
* @package Cake\Event
*/
class Event implements EventInterface
{
Expand Down
1 change: 0 additions & 1 deletion src/Event/EventManagerInterface.php
Expand Up @@ -15,7 +15,6 @@

/**
* Interface EventManagerInterface
* @package Cake\Event
*/
interface EventManagerInterface
{
Expand Down
1 change: 0 additions & 1 deletion src/ORM/Behavior/TimestampBehavior.php
Expand Up @@ -24,7 +24,6 @@

/**
* Class TimestampBehavior
* @package Cake\ORM\Behavior
*/
class TimestampBehavior extends Behavior
{
Expand Down

0 comments on commit bde6b0a

Please sign in to comment.