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

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