Carsten Brandt
Carsten Brandt
`ENUM('a', 'b', 'c') NOT NULL DEFAULT 'a'`?
primaryKey() method is a predefined format of a primary key in form of an auto incremental integer. if you need another form of primarykey you currently can not use the...
https://github.com/yiisoft-contrib/yiiframework.com/blob/059fef69b972404e21fa7d32c7e5e7b955ca7799/migrations/BaseMigration.php#L18
You should always apply an upper bound to the page size because your system will run out of memory when processing too large pages.
fixed on master
#212 is merged with symfony 7 support.
@SOHELAHMED7 can you explain more about why you implemented the recursive resolution of allOf? allOf is a property of Schema and it only make sense to call it on a...
There is no lighter alternative, the point of the repo is to parse as many publicly available openapi specs as possible to see if it breaks on any of them.
I forked the missing repo. also #212 is merged with symfony 7 support. Thanks!
pipeline on master is currently running against php 8.1, 8.2 and 8.3, is this still relevant?