Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 authored Nov 5, 2017
1 parent 1df7c3f commit 882df99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/core-libraries/validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ use the ``newEntities()`` method::
$entities = $this->Articles->newEntities($this->request->getData());
foreach ($entities as $entity) {
if (!$entity->errors()) {
$this->Articles->save($entity);
$this->Articles->save($entity);
}
}

Expand Down

0 comments on commit 882df99

Please sign in to comment.