Skip to content

Commit 2b515f1

Browse files
author
Dominik Liebler
authored
Merge pull request DesignPatternsPHP#222 from aik84from/patch-1
Update Bicycle.php
2 parents 9ef1f8b + add59b3 commit 2b515f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Creational/FactoryMethod/Bicycle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Bicycle implements VehicleInterface
1313
protected $color;
1414

1515
/**
16-
* sets the color of the bicycle.
16+
* Sets the color of the bicycle.
1717
*
1818
* @param string $rgb
1919
*/

0 commit comments

Comments
 (0)