mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-11 01:14:01 +02:00
update deps & install rector
This commit is contained in:
@@ -4,10 +4,7 @@ namespace DesignPatterns\Behavioral\Specification;
|
||||
|
||||
class Item
|
||||
{
|
||||
/**
|
||||
* @var float
|
||||
*/
|
||||
private $price;
|
||||
private float $price;
|
||||
|
||||
public function __construct(float $price)
|
||||
{
|
||||
|
Reference in New Issue
Block a user