File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ class IdValidator
1414 private $ _constellationList = [];
1515 private $ _chineseZodiacList = [];
1616
17-
1817 /**
1918 * IdValidator constructor.
2019 */
@@ -23,7 +22,7 @@ public function __construct()
2322 $ addressCodeList = include __DIR__ .'/../data/addressCode.php ' ;
2423 $ abandonedAddressCodeList = include __DIR__ .'/../data/abandonedAddressCode.php ' ;
2524 $ this ->_abandonedAddressCodeList = $ abandonedAddressCodeList ;
26- $ this ->_addressCodeList =$ addressCodeList + $ abandonedAddressCodeList ;
25+ $ this ->_addressCodeList = $ addressCodeList + $ abandonedAddressCodeList ;
2726 $ this ->_constellationList = include __DIR__ .'/../data/constellation.php ' ;
2827 $ this ->_chineseZodiacList = include __DIR__ .'/../data/chineseZodiac.php ' ;
2928 }
You can’t perform that action at this time.
0 commit comments