made some refactoring
This commit is contained in:
14
resources/view/principles/liskov-substitution.php
Normal file
14
resources/view/principles/liskov-substitution.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @package: patterns
|
||||
* @author: Yevhen Odynets
|
||||
* @date: 2025-07-07
|
||||
* @time: 08:36
|
||||
*/
|
||||
|
||||
declare(strict_types = 1);
|
||||
|
||||
use Pattern\SOLID\LiskovSubstitution\Bird;
|
||||
|
||||
$bird = new Bird;
|
||||
Reference in New Issue
Block a user