Antonio Ribeiro

Results 40 issues of Antonio Ribeiro

This is a huge security risk for debug/test environments. Seems like you should not respond with a Laravel response object.

# Bug report **phpstan/phpstan:1.8.0** It passes at Level 7, but it seems like even Level 8 could infer that `parse_url()` would never receive a null value as the call to...

bug

Managing several '.env' files plus a '.env.example' is sometimes complicated, and frequently we get some of those files out of sync. So, it could be a nice feature to be...

**Prettier 2.6.2** **PHP Plugin 0.18.5** **Input:** ```php class Test { protected $array1 = [ 'published', 'title', 'description', 'position', 'nid']; protected $array2 = [ 0=>'published', 'title', 'description', 'position', 'nid']; } ```...

+ @prettier/[email protected] + [email protected] # Options ```sh ### General trailingComma: all printWidth: 80 tabWidth: 4 useTabs: false singleQuote: true requirePragma: false insertPragma: false ### JavaScript semi: false ### VueJS vueIndentScriptAndStyle:...

enhancement

- [ ] Added or updated tests - [X] Documented user facing changes - [X] Updated CHANGELOG.md Resolves https://github.com/nunomaduro/larastan/issues/831 **Changes** Currently larastan supports registering Service Providers only from the **first**...

Tried: ``` php Schema::table('author_categories', function (Blueprint $table) { $table->dropNestedSet(); }); ``` Got: ![image](https://user-images.githubusercontent.com/3182864/67508142-d14b9780-f666-11e9-8887-52022af08386.png) Migrating/rolling back in PostgreSQL worked fine. But I'm using it on a TestCase, so SQLite is the...

Implementing webpack's `invalid`. I needed this because I'm running an external script, to compile some files using PHP, and generating a `.js` file which should be then processed by webpack....