[ ' [ ' [ ' [ ' [ '$a' => 'int', '$b' => 'string', ], ], ]; } /** * @return array */ public function providerFileCheckerInvalidCodeParse() { return [ 'constantDefinedInFunctionButNotCalled' => [ ' 'UndefinedConstant', ], ]; } }