Skip to content

Github CI / fixes / Reducing coverage (#90)

Scrutinizer / Inspection succeeded May 2, 2024 in 5m 17s

Summary

7 new issues

Annotations

Check notice on line 62 in src/Schema/Grammars/PostgresGrammar.php

See this annotation in the file changed.

@scrutinizer 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

See this annotation in the file changed.

@scrutinizer 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

See this annotation in the file changed.

@scrutinizer 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

See this annotation in the file changed.

@scrutinizer 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

See this annotation in the file changed.

@scrutinizer 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

See this annotation in the file changed.

@scrutinizer 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

See this annotation in the file changed.

@scrutinizer scrutinizer / Inspection

src/Schema/Blueprint.php#L188

The function ``Doctrine\DBAL\Connection::getSchemaManager()`` has been deprecated: Use {@see createSchemaManager()} instead.