[3.0] Add support laravel ^11.0 #1
Annotations
10 errors
phpstan:
src/ClickHouseServiceProvider.php#L14
Class Bavix\LaravelClickHouse\ClickHouseServiceProvider is neither abstract nor final.
|
phpstan:
src/ClickHouseServiceProvider.php#L21
PHPDoc tag @throws has invalid value (): Unexpected token "\n *", expected type at offset 18
|
phpstan:
src/ClickHouseServiceProvider.php#L23
Cannot access offset 'db' on Illuminate\Contracts\Foundation\Application.
|
phpstan:
src/ClickHouseServiceProvider.php#L24
Cannot access offset 'events' on Illuminate\Contracts\Foundation\Application.
|
phpstan:
src/ClickHouseServiceProvider.php#L35
Function compact() should not be used.
|
phpstan:
src/Database/Connection.php#L12
Class "Bavix\LaravelClickHouse\Database\Connection" is not allowed to extend "Tinderbox\ClickhouseBuilder\Integrations\Laravel\Connection".
|
phpstan:
src/Database/Connection.php#L12
Class Bavix\LaravelClickHouse\Database\Connection is neither abstract nor final.
|
phpstan:
src/Database/Eloquent/Builder.php#L25
Class Bavix\LaravelClickHouse\Database\Eloquent\Builder is neither abstract nor final.
|
phpstan:
src/Database/Eloquent/Builder.php#L48
Property Bavix\LaravelClickHouse\Database\Eloquent\Builder::$eagerLoad type has no value type specified in iterable type array.
|
phpstan:
src/Database/Eloquent/Builder.php#L55
Property Bavix\LaravelClickHouse\Database\Eloquent\Builder::$macros type has no value type specified in iterable type array.
|