Skip to content

Commit

Permalink
Scrutinizer Auto-Fixes
Browse files Browse the repository at this point in the history
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
  • Loading branch information
scrutinizer-auto-fixer committed Sep 1, 2015
1 parent 198bcba commit 0184dd1
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 0184dd1

Please sign in to comment.