Skip to content

Duplicated class names causing resolve class error #361

@edcity-adrian-cheung

Description

@edcity-adrian-cheung

In following files the co-existent of class 'Utils' in current and parent directory sometimes cause class resolve errors:

/qti-sdk/qtism/runtime/expressions/operators/EqualProcessor.php
/qti-sdk/qtism/runtime/expressions/operators/EqualRoundedProcessor.php
/qti-sdk/qtism/runtime/expressions/operators/AnyNProcessor.php

namespace qtism\runtime\expressions\operators;
......
use qtism\runtime\expressions\Utils;

Can import the other 'Utils' with another alias to prevent this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions