The type Phalcon\Http\Response was not found. Maybe you did not declare it correctly or list all dependencies?
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:
The property additionalSearchFields does not exist. Although not strictly required by PHP, it is generally a best practice to declare properties explicitly.
Loading history...
56
['is_deleted', ':', '0'],
57
['apps_id', ':', $this->app->getId()],
58
];
59
}
60
61
/**
62
* Delete a Record.
63
*
64
* @throws Exception
65
*
66
* @return Response
67
*/
68
public function delete($id) : Response
69
{
70
return $this->response('Cant delete System Modules at the moment');
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