Skip to content

Commit

Permalink
Add newline in examples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmustnilsson authored Jun 30, 2021
1 parent 5ffd76b commit 35e7397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ declare(strict_types=1);

namespace Liip\FooBundle\Tests;

use Liip\TestFixturesBundle\Services\DatabaseToolCollection;use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
use Liip\TestFixturesBundle\Services\DatabaseToolCollection;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

class ExampleFunctionalTest extends WebTestCase
{
Expand Down

0 comments on commit 35e7397

Please sign in to comment.