Skip to content

Commit b4d7824

Browse files
committed
fixed typo and blank line
1 parent f50a4c6 commit b4d7824

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Behavioral/TemplateMethod/Journey.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected function buyGift()
3737
}
3838

3939
/**
40-
* this method will be unknown by subclasses (better)
40+
* This method will be unknown by subclasses (better)
4141
*/
4242
private function buyAFlight()
4343
{

Creational/Pool/Tests/PoolTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
class TestWorker
88
{
9-
109
public $id = 1;
1110
}
1211

0 commit comments

Comments
 (0)