1
0
mirror of https://github.com/DesignPatternsPHP/DesignPatternsPHP.git synced 2025-07-27 02:00:20 +02:00

Merge pull request from aik84from/patch-1

Update Bicycle.php
This commit is contained in:
Dominik Liebler
2016-06-22 15:09:12 +02:00
committed by GitHub

@@ -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
*/