mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-12 09:54:09 +02:00
update deps & install rector
This commit is contained in:
@@ -8,15 +8,8 @@ namespace DesignPatterns\Structural\Adapter;
|
||||
*/
|
||||
class Kindle implements EBook
|
||||
{
|
||||
/**
|
||||
* @var int
|
||||
*/
|
||||
private $page = 1;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
*/
|
||||
private $totalPages = 100;
|
||||
private int $page = 1;
|
||||
private int $totalPages = 100;
|
||||
|
||||
public function pressNext()
|
||||
{
|
||||
|
Reference in New Issue
Block a user