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 = 9-9 lines in 2 locations

modules/comment/comment.item.php 1 location

@@ 225-233 (lines=9) @@
222
		$oCommunicationController->sendMessage($sender_member_srl, $receiver_srl, $title, $content, FALSE);
223
	}
224
225
	function getIpAddress()
226
	{
227
		if($this->isGranted())
228
		{
229
			return $this->get('ipaddress');
230
		}
231
232
		return '*' . strstr($this->get('ipaddress'), '.');
233
	}
234
235
	function isExistsHomepage()
236
	{

modules/document/document.item.php 1 location

@@ 322-330 (lines=9) @@
319
		return $this->get('lang_code');
320
	}
321
322
	function getIpAddress()
323
	{
324
		if($this->isGranted())
325
		{
326
			return $this->get('ipaddress');
327
		}
328
329
		return '*' . strstr($this->get('ipaddress'), '.');
330
	}
331
332
	function isExistsHomepage()
333
	{