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

modules/menu/menu.admin.controller.php 6 locations

@@ 1919-1920 (lines=2) @@
1916
			$expand = $node->expand;
1917
1918
			$normal_btn = $node->normal_btn;
1919
			if($normal_btn && strncasecmp('./files/attach/menu_button', $normal_btn, 26) === 0) $normal_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$normal_btn);
1920
			else $normal_btn = '';
1921
			$hover_btn = $node->hover_btn;
1922
			if($hover_btn && strncasecmp('./files/attach/menu_button', $hover_btn, 26) === 0) $hover_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$hover_btn);
1923
			else $hover_btn = '';
@@ 1922-1923 (lines=2) @@
1919
			if($normal_btn && strncasecmp('./files/attach/menu_button', $normal_btn, 26) === 0) $normal_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$normal_btn);
1920
			else $normal_btn = '';
1921
			$hover_btn = $node->hover_btn;
1922
			if($hover_btn && strncasecmp('./files/attach/menu_button', $hover_btn, 26) === 0) $hover_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$hover_btn);
1923
			else $hover_btn = '';
1924
			$active_btn = $node->active_btn;
1925
			if($active_btn && strncasecmp('./files/attach/menu_button', $active_btn, 26) === 0) $active_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$active_btn);
1926
			else $active_btn = '';
@@ 1925-1926 (lines=2) @@
1922
			if($hover_btn && strncasecmp('./files/attach/menu_button', $hover_btn, 26) === 0) $hover_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$hover_btn);
1923
			else $hover_btn = '';
1924
			$active_btn = $node->active_btn;
1925
			if($active_btn && strncasecmp('./files/attach/menu_button', $active_btn, 26) === 0) $active_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$active_btn);
1926
			else $active_btn = '';
1927
1928
			$group_srls = $node->group_srls;
1929
@@ 2043-2044 (lines=2) @@
2040
			$expand = $node->expand;
2041
2042
			$normal_btn = $node->normal_btn;
2043
			if($normal_btn && strncasecmp('./files/attach/menu_button', $normal_btn, 26) === 0) $normal_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$normal_btn);
2044
			else $normal_btn = '';
2045
2046
			$hover_btn = $node->hover_btn;
2047
			if($hover_btn && strncasecmp('./files/attach/menu_button', $hover_btn, 26) === 0) $hover_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$hover_btn);
@@ 2047-2048 (lines=2) @@
2044
			else $normal_btn = '';
2045
2046
			$hover_btn = $node->hover_btn;
2047
			if($hover_btn && strncasecmp('./files/attach/menu_button', $hover_btn, 26) === 0) $hover_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$hover_btn);
2048
			else $hover_btn = '';
2049
2050
			$active_btn = $node->active_btn;
2051
			if($active_btn && strncasecmp('./files/attach/menu_button', $active_btn, 26) === 0) $active_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$active_btn);
@@ 2051-2052 (lines=2) @@
2048
			else $hover_btn = '';
2049
2050
			$active_btn = $node->active_btn;
2051
			if($active_btn && strncasecmp('./files/attach/menu_button', $active_btn, 26) === 0) $active_btn = str_replace(array('&','"','<','>'),array('&amp;','&quot;','&lt;','&gt;'),$active_btn);
2052
			else $active_btn = '';
2053
2054
2055
			$group_srls = $node->group_srls;