mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-11 17:34:09 +02:00
Applied fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
3663603b80
commit
fe1f144ec3
@@ -23,7 +23,7 @@ abstract class Journey
|
||||
}
|
||||
|
||||
/**
|
||||
* This method must be implemented, this is the key-feature of this pattern
|
||||
* This method must be implemented, this is the key-feature of this pattern.
|
||||
*/
|
||||
abstract protected function enjoyVacation();
|
||||
|
||||
@@ -37,7 +37,7 @@ abstract class Journey
|
||||
}
|
||||
|
||||
/**
|
||||
* This method will be unknown by subclasses (better)
|
||||
* This method will be unknown by subclasses (better).
|
||||
*/
|
||||
private function buyAFlight()
|
||||
{
|
||||
@@ -46,7 +46,7 @@ abstract class Journey
|
||||
|
||||
/**
|
||||
* Subclasses will get access to this method but cannot override it and
|
||||
* compromise this algorithm (warning : cause of cyclic dependencies)
|
||||
* compromise this algorithm (warning : cause of cyclic dependencies).
|
||||
*/
|
||||
final protected function takePlane()
|
||||
{
|
||||
|
Reference in New Issue
Block a user