Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#4738 from samsonasik/r…
Browse files Browse the repository at this point in the history
…em.unnecessary.space.func

remove unnecessary space after function name
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractWord.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public function getId()
* @param string $id
* @return AbstractWord
*/
protected function setId ($id)
protected function setId($id)
{
$this->id = $id;
return $this;
Expand Down

0 comments on commit d2687d8

Please sign in to comment.