Update Bicycle.php

This commit is contained in:
Kalinin Alexandr 2016-06-22 15:58:55 +04:00 committed by GitHub
parent 9ef1f8bb0b
commit add59b3cd8

View File

@ -13,7 +13,7 @@ class Bicycle implements VehicleInterface
protected $color;
/**
* sets the color of the bicycle.
* Sets the color of the bicycle.
*
* @param string $rgb
*/