Michal Lulco

Results 13 issues of Michal Lulco

It generates several errors (notices): - [ ] Undefined index: phoenix_log in /var/www/provys/vendor/lulco/phoenix/src/Database/Element/Structure.php on line 31 - [ ] Undefined index: after in /var/www/provys/vendor/lulco/phoenix/src/Dumper/Dumper.php on line 229 It also creates...

bug

ideally structured use like in tables: ```php $this->view('view_name')->columns(['list of columns'])->select() etc. ``` - [x] create view - [x] update (replace) view - [x] drop view - [ ] rename view...

pgsql
mysql
feature

For now we need to set type of column we want to change Should be implemented with #169

enhancement
inspired by phinx

### Bug report public readonly property overriden in child class constructor https://onlinephp.io/c/04e9f ### Code snippet that reproduces the problem https://phpstan.org/r/1bcc3ca4-9572-4dcb-ab89-ebfbb49f71db ### Expected output Cannot modify readonly property Child::$foo ### Did...

feature-request

### Bug report See example. ### Code snippet that reproduces the problem https://phpstan.org/r/f1ad4ebe-0825-4155-b34c-3b6a73c0769b ### Expected output no error ### Did PHPStan help you today? Did it make you happy in...

bug

Resloves https://github.com/nette/forms/issues/308

Version: all (I use 3.1.1, but it is present in master too) ### Bug Description Found by https://github.com/efabrica-team/phpstan-latte/issues/399 BaseControl::getLabel() has return type Html|string|null, but in compiled template `->getLabel())?->startTag()` is used,...

I can't reproduce this issue on https://phpstan.org/try, is the rule `overwriteVariablesWithLoop` set to `true` there? If I use foreach twice I got error on second run `Foreach overwrites $var with...