Skip to content

Commit

Permalink
Clean documentation formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-butynski committed Jun 13, 2017
1 parent 68d8a02 commit 360c08d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ For example :
```PHP
class User
{
public function csvSerialize()
{
return [
'first_name' => $this->first_name,
'last_name' => $this->last_name,
];
}
public function csvSerialize()
{
return [
'first_name' => $this->first_name,
'last_name' => $this->last_name,
];
}
}
```

Expand Down

0 comments on commit 360c08d

Please sign in to comment.