Skip to content

Commit

Permalink
Merge pull request #1 from Yangsin/scrutinizer-patch-3
Browse files Browse the repository at this point in the history
Scrutinizer Auto-Fixes
  • Loading branch information
migarashi47 committed Sep 1, 2015
2 parents 198bcba + 0184dd1 commit 86ecedc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function index(Application $app, Request $request, $id = null)
->setCompanyName($Customer->getCompanyName())
->setZip01($Customer->getZip01())
->setZip02($Customer->getZip02())
->setZipcode($Customer->getZip01() . $Customer->getZip02())
->setZipcode($Customer->getZip01().$Customer->getZip02())
->setPref($Customer->getPref())
->setAddr01($Customer->getAddr01())
->setAddr02($Customer->getAddr02())
Expand Down

0 comments on commit 86ecedc

Please sign in to comment.