Minor code styling and phpdoc changes.

This commit is contained in:
Daniele Alessandri
2014-07-28 12:04:07 +02:00
parent 5c02e4e47b
commit df653a7c00
21 changed files with 34 additions and 65 deletions
@@ -51,7 +51,7 @@ interface DistributorInterface
*
* @param mixed $slot
*
* @return mixed
* @return mixed|null
*/
public function getBySlot($slot);