Skip to content

Commit

Permalink
remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfs7 committed Aug 4, 2014
1 parent 9c93418 commit 62e7c96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/GSoares/DesignPatterns/Structural/Adapter/Sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,4 @@ function runAdapter()
echo "Country code: " . $newNumber->getCountryCode() . "\n";
echo "Area code: " . $newNumber->getAreaCode() . "\n";
echo "Number: " . $newNumber->getNumber();

echo "Sample 2 - PhoneNumberAdapter\n\n";
}

0 comments on commit 62e7c96

Please sign in to comment.