Explorar o código

[DomCrawler] Fixing trailing space

Jordi Boggiano %!s(int64=15) %!d(string=hai) anos
pai
achega
20ca97c5b3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/Symfony/Tests/Component/DomCrawler/FormTest.php

+ 1 - 1
tests/Symfony/Tests/Component/DomCrawler/FormTest.php

@@ -317,7 +317,7 @@ class FormTest extends \PHPUnit_Framework_TestCase
                 'returns an empty URI if the action is empty',
                 '<form><input type="submit" /></form>',
                 array(),
-                '', 
+                '',
             ),
             array(
                 'appends the form values even if the action is empty',