Commit 1805c026 authored by Guilherme Blanco's avatar Guilherme Blanco

phpcs

parent a3926603
...@@ -150,7 +150,7 @@ class SchemaException extends DBALException ...@@ -150,7 +150,7 @@ class SchemaException extends DBALException
* @param string $constraintName * @param string $constraintName
* @param string $table * @param string $table
* *
* @return \Doctrine\DBAL\Schema\SchemaException * @return SchemaException
*/ */
public static function uniqueConstraintDoesNotExist($constraintName, $table) public static function uniqueConstraintDoesNotExist($constraintName, $table)
{ {
......
...@@ -18,7 +18,6 @@ use function assert; ...@@ -18,7 +18,6 @@ use function assert;
use function chmod; use function chmod;
use function exec; use function exec;
use function file_exists; use function file_exists;
use function in_array;
use function posix_geteuid; use function posix_geteuid;
use function posix_getpwuid; use function posix_getpwuid;
use function sprintf; use function sprintf;
...@@ -26,7 +25,7 @@ use function sys_get_temp_dir; ...@@ -26,7 +25,7 @@ use function sys_get_temp_dir;
use function touch; use function touch;
use function unlink; use function unlink;
use function version_compare; use function version_compare;
use const PHP_OS; use const PHP_OS_FAMILY;
class ExceptionTest extends FunctionalTestCase class ExceptionTest extends FunctionalTestCase
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment