| Total Complexity | 3 | 
| Total Lines | 45 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 13 | class m2_acp_module extends \phpbb\db\migration\migration | ||
|  | |||
| 14 | { | ||
| 15 | /** | ||
| 16 | 	 * {@inheritDoc} | ||
| 17 | */ | ||
| 18 | public function effectively_installed() | ||
| 29 | } | ||
| 30 | |||
| 31 | /** | ||
| 32 | 	 * {@inheritDoc} | ||
| 33 | */ | ||
| 34 | public static function depends_on() | ||
| 35 | 	{ | ||
| 36 | 		return array('\phpbb\ads\migrations\v10x\m1_initial_schema'); | ||
| 37 | } | ||
| 38 | |||
| 39 | /** | ||
| 40 | * Add the ACP module | ||
| 41 | * | ||
| 42 | * @return array Array of data update instructions | ||
| 43 | */ | ||
| 44 | public function update_data() | ||
| 58 | ), | ||
| 59 | )), | ||
| 63 | 
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths