Skip to content

Regression in method annotations in 0.10 #1301

@dereuromark

Description

@dereuromark

When upgrading from 0.9 suddenly errors appear

/**
 * @method \Spryker\Zed\ZedRequest\ZedRequestConfig getConfig()
 */
class Repeater implements RepeaterInterface
{

    ...
    $result = $this->getConfig()->getYvesRequestRepeatDataFileName()

results now in (wrong)

  43     Call to an undefined method                                              
         Spryker\Zed\Kernel\AbstractBundleConfig::getYvesRequestRepeatDataFileName(). 

ZedRequestConfig extends AbstractBundleConfig, of course. Contains more methods, though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions