GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.

Code Duplication    Length = 4-5 lines in 2 locations

modules/krzip/krzip.model.php 2 locations

@@ 222-226 (lines=5) @@
219
			$detail = '';
220
			$extra = '';
221
222
			if(preg_match('/\((?<detail>.+[읍면동리(마을)(0-9+가)](?:,.*)?)\)/', $road_addr, $matches))
223
			{
224
				$road_addr = trim(str_replace($matches[0], '', $road_addr));
225
				$extra = '(' . $matches['detail'] . ')';
226
			}
227
			if(preg_match('/\((?<detail>.+[읍면동리(마을)(빌딩)(0-9+가)](?:,.*)?)\)/', $jibun_addr, $matches))
228
			{
229
				$jibun_addr = '(' . trim(str_replace($matches[0], '', $jibun_addr)) . ')';
@@ 227-230 (lines=4) @@
224
				$road_addr = trim(str_replace($matches[0], '', $road_addr));
225
				$extra = '(' . $matches['detail'] . ')';
226
			}
227
			if(preg_match('/\((?<detail>.+[읍면동리(마을)(빌딩)(0-9+가)](?:,.*)?)\)/', $jibun_addr, $matches))
228
			{
229
				$jibun_addr = '(' . trim(str_replace($matches[0], '', $jibun_addr)) . ')';
230
			}
231
232
			$addr_list[] = array(
233
				$postcode, // 0 우편번호