Gabriel Borges Oliveira

Results 6 comments of Gabriel Borges Oliveira

Hi Dan, Then I get this... ![Screenshot 2020-08-04 at 09 37 00](https://user-images.githubusercontent.com/1028654/89266475-41476f00-d636-11ea-933f-7d1e12ba8a43.png)

this worked for me, ps: i have this #login div and then the form. ``` $client = new Client(); $crawler = $client->request('GET', 'www.XXX.com'); $form = $crawler->filter('#login > form')->form(); ```

Hi @marlonfan, could you share your shortcut for this while the auto save isn't done? thanks

Actually, we can just hit :wa on quickfix window to get all files saved.

Laravel's Pint has the same issue so I created a script to fake a formatter mode for it: https://gist.github.com/gabrielbidula/4b8f84a02dafd242b0e1cf1d682fcaac Then the settings should look like this: ```"language_overrides": { "PHP": {...