Coding standards fixes

This commit is contained in:
Ben Ramsey
2015-03-21 20:14:43 +00:00
parent b61689126b
commit 2fd86e2cf9
3 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -17,5 +17,4 @@ interface UuidFactoryInterface
public function fromString($name);
public function fromInteger($integer);
}
}