mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-02 13:07:27 +02:00
fixed typo and blank line
This commit is contained in:
@@ -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()
|
private function buyAFlight()
|
||||||
{
|
{
|
||||||
|
@@ -6,7 +6,6 @@ use DesignPatterns\Creational\Pool\Pool;
|
|||||||
|
|
||||||
class TestWorker
|
class TestWorker
|
||||||
{
|
{
|
||||||
|
|
||||||
public $id = 1;
|
public $id = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user