Skip to content

Commit

Permalink
Fix CS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed May 7, 2019
1 parent 44543ef commit dbd767d
Show file tree
Hide file tree
Showing 91 changed files with 91 additions and 0 deletions.
1 change: 1 addition & 0 deletions Connection.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Dialect/MysqlDialectTrait.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Dialect/PostgresDialectTrait.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Dialect/SqliteDialectTrait.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Dialect/SqlserverDialectTrait.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Dialect/TupleComparisonTranslatorTrait.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Driver.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Driver/Mysql.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Driver/Postgres.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Driver/Sqlite.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Driver/Sqlserver.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions DriverInterface.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Exception.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Exception/MissingConnectionException.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Exception/MissingDriverException.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Exception/MissingExtensionException.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Exception/NestedTransactionRollbackException.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Expression/BetweenExpression.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Expression/CaseExpression.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Expression/Comparison.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Expression/FieldInterface.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Expression/FieldTrait.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Expression/FunctionExpression.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Expression/IdentifierExpression.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Expression/OrderByExpression.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Expression/OrderClauseExpression.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Expression/QueryExpression.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Expression/TupleComparison.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Expression/UnaryExpression.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Expression/ValuesExpression.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions ExpressionInterface.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions FieldTypeConverter.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions FunctionsBuilder.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions IdentifierQuoter.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Log/LoggedQuery.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Log/LoggingStatement.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Log/QueryLogger.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Query.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions QueryCompiler.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Retry/ReconnectStrategy.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Schema/BaseSchema.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Schema/CachedCollection.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Schema/Collection.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Schema/CollectionInterface.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Schema/MysqlSchema.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Schema/PostgresSchema.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Schema/SqlGeneratorInterface.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Schema/SqliteSchema.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Schema/SqlserverSchema.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Schema/TableSchema.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Schema/TableSchemaAwareInterface.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Schema/TableSchemaInterface.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions SchemaCache.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions SqlDialectTrait.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions SqliteCompiler.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions SqlserverCompiler.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down
1 change: 1 addition & 0 deletions Statement/BufferResultsTrait.php
@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);

/**
* CakePHP(tm) : Rapid Development Framework (https://cakephp.org)
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
Expand Down

0 comments on commit dbd767d

Please sign in to comment.