mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
N°9319 increase php min. version to 8.2 (#887)
* Update minimum PHP version to 8.2 * Fix previous wrong resolution of merge conflict
This commit is contained in:
@@ -21,6 +21,6 @@ class MethodNotImplementedException extends NotImplementedException
|
||||
*/
|
||||
public function __construct(string $methodName)
|
||||
{
|
||||
parent::__construct(sprintf('The %s() is not implemented.', $methodName));
|
||||
parent::__construct(\sprintf('The %s() is not implemented.', $methodName));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user