Keith C. Ivey

Results 4 issues of Keith C. Ivey

I'm assuming the space before the comma after an array when using the ArrayNested filter is unintentional. This patch gets rid of it.

Normally if there are spaces around operators there are also spaces after the semicolons in a `for`: ``` for ($i = 0; $i < 5; $i++) { ``` This adds...

When using Postgres, the versionable behavior produces invalid column names for the *_ids and *_versions columns, because the foreign table name it uses as a prefix includes the Postgres schema...

I haven't found a real solution, but in case anyone is running into this error, you can just run again and it should work. It creates a ~/.pdfbox.cache file and...