4g: Make it easier to see where the lines go

Fixes #4
This commit is contained in:
Oliver Davies 2020-03-18 19:32:25 +00:00
parent ee1d9beb82
commit 9e3d3fd7ef

View file

@ -694,6 +694,9 @@ As we need 3 articles, lets create them.
+ $this->createNode(['type' => 'article'])->save();
+ $this->createNode(['type' => 'article'])->save();
+ $this->createNode(['type' => 'article'])->save();
$repository = $this->container->get(ArticleRepository::class);
$articles = $repository->getAll();
```
The next error is a little cryptic: