Skip to content

How to suppress a warning in a method? #1586

Closed
@floh96

Description

@floh96

Following example code:

class test {
    [String]$name

    [Array]test_method ($test1, $test2) {
        ...
    }
}

How can i supress a warning in the method test_method?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions