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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
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
@@ -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;

0 comments on commit d2687d8

Please sign in to comment.