fixed typo and blank line

This commit is contained in:
dan-lyn
2014-08-30 14:34:15 +02:00
parent f50a4c6690
commit b4d7824a2b
2 changed files with 1 additions and 2 deletions

View File

@@ -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()
{ {

View File

@@ -6,7 +6,6 @@ use DesignPatterns\Creational\Pool\Pool;
class TestWorker class TestWorker
{ {
public $id = 1; public $id = 1;
} }