diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_style.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_style.html.twig index 0564d8c8ae..07a76ece70 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_style.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar_style.html.twig @@ -17,7 +17,7 @@ bottom: 0; border-top: 1px solid #bbb; } - .sf-toolbarreset span, + .sf-toolbarreset span, .sf-toolbarreset div { font-size: 11px; } diff --git a/src/Symfony/Component/Console/Tests/Fixtures/Foo4Command.php b/src/Symfony/Component/Console/Tests/Fixtures/Foo4Command.php index ac2beee16b..1c5463995f 100644 --- a/src/Symfony/Component/Console/Tests/Fixtures/Foo4Command.php +++ b/src/Symfony/Component/Console/Tests/Fixtures/Foo4Command.php @@ -8,4 +8,4 @@ class Foo4Command extends Command { $this->setName('foo3:bar:toh'); } -} \ No newline at end of file +} diff --git a/src/Symfony/Component/Process/Tests/AbstractProcessTest.php b/src/Symfony/Component/Process/Tests/AbstractProcessTest.php index a5a3376f72..51d51f40b8 100644 --- a/src/Symfony/Component/Process/Tests/AbstractProcessTest.php +++ b/src/Symfony/Component/Process/Tests/AbstractProcessTest.php @@ -11,6 +11,8 @@ namespace Symfony\Component\Process\Tests; +use Symfony\Component\Process\Process; + /** * @author Robert Schönthal */ @@ -307,7 +309,7 @@ abstract class AbstractProcessTest extends \PHPUnit_Framework_TestCase * @param integer $timeout * @param array $options * - * @return \Symfony\Component\Process\Process + * @return Process */ abstract protected function getProcess($commandline, $cwd = null, array $env = null, $stdin = null, $timeout = 60, array $options = array()); }