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

myth/Forensics/Profiler.php 1 location

@@ 104-110 (lines=7) @@
101
		}
102
103
		// default all sections to display
104
		foreach ($this->_available_sections as $section)
105
		{
106
			if ( ! isset($config[$section]))
107
			{
108
				$this->_compile_{$section} = TRUE;
109
			}
110
		}
111
112
		$this->set_sections($config);
113

system/libraries/Profiler.php 1 location

@@ 104-110 (lines=7) @@
101
		$this->CI->load->language('profiler');
102
103
		// default all sections to display
104
		foreach ($this->_available_sections as $section)
105
		{
106
			if ( ! isset($config[$section]))
107
			{
108
				$this->_compile_{$section} = TRUE;
109
			}
110
		}
111
112
		$this->set_sections($config);
113
		log_message('info', 'Profiler Class Initialized');