Summary
7 new issues
Annotations
Check notice on line 62 in src/Schema/Grammars/PostgresGrammar.php
scrutinizer / Inspection
src/Schema/Grammars/PostgresGrammar.php#L62
The parameter ``$blueprint`` is not used and could be removed.
Check notice on line 78 in src/Schema/Grammars/PostgresGrammar.php
scrutinizer / Inspection
src/Schema/Grammars/PostgresGrammar.php#L78
The parameter ``$blueprint`` is not used and could be removed.
Check notice on line 128 in src/PostgresConnection.php
scrutinizer / Inspection
src/PostgresConnection.php#L128
``self::extensions`` of type ``array`` is incompatible with the type ``Illuminate\Contracts\Support\Arrayable`` expected by parameter ``$value`` of ``collect()``.
Check notice on line 157 in src/Schema/Grammars/PostgresGrammar.php
scrutinizer / Inspection
src/Schema/Grammars/PostgresGrammar.php#L157
The parameter ``$column`` is not used and could be removed.
Check notice on line 162 in src/Schema/Grammars/PostgresGrammar.php
scrutinizer / Inspection
src/Schema/Grammars/PostgresGrammar.php#L162
The parameter ``$column`` is not used and could be removed.
Check notice on line 167 in src/Schema/Grammars/PostgresGrammar.php
scrutinizer / Inspection
src/Schema/Grammars/PostgresGrammar.php#L167
The parameter ``$column`` is not used and could be removed.
Check notice on line 188 in src/Schema/Blueprint.php
scrutinizer / Inspection
src/Schema/Blueprint.php#L188
The function ``Doctrine\DBAL\Connection::getSchemaManager()`` has been deprecated: Use {@see createSchemaManager()} instead.