mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-01 04:30:16 +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()
|
||||
{
|
||||
|
@@ -6,7 +6,6 @@ use DesignPatterns\Creational\Pool\Pool;
|
||||
|
||||
class TestWorker
|
||||
{
|
||||
|
||||
public $id = 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user