Maxim Tarleckiy
Maxim Tarleckiy
To add IGNORE statement to INSERT query library has different driver implementations: \Aura\SqlQuery\Pgsql\Insert:ignore() \Aura\SqlQuery\Sqlite\Insert::orIgnore() Can we use common interface for this? Like: \Aura\SqlQuery\Common\Insert::ignore()
Looking to error handling in case when \Fluent\Logger\FluentLogger::write() returns 0, this call: https://github.com/fluent/fluent-logger-php/blob/8a6f67901a71b3b1a844ce86769bf83ea7c99942/src/FluentLogger.php#L427 gets last php error and it can not be related to write() method only. Therefore I suggest...
# Feature request Can phpstan identify autoloading or manual import errors? For example if some php file contains import trying to include/require not existing class in registered autoloader. When phpstan...