From b4d7824a2bd7af5b1e487cf64684bc650c407c19 Mon Sep 17 00:00:00 2001 From: dan-lyn Date: Sat, 30 Aug 2014 14:34:15 +0200 Subject: [PATCH] fixed typo and blank line --- Behavioral/TemplateMethod/Journey.php | 2 +- Creational/Pool/Tests/PoolTest.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Behavioral/TemplateMethod/Journey.php b/Behavioral/TemplateMethod/Journey.php index c891072..fbf79d4 100644 --- a/Behavioral/TemplateMethod/Journey.php +++ b/Behavioral/TemplateMethod/Journey.php @@ -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() { diff --git a/Creational/Pool/Tests/PoolTest.php b/Creational/Pool/Tests/PoolTest.php index 91fde01..00e0975 100644 --- a/Creational/Pool/Tests/PoolTest.php +++ b/Creational/Pool/Tests/PoolTest.php @@ -6,7 +6,6 @@ use DesignPatterns\Creational\Pool\Pool; class TestWorker { - public $id = 1; }