You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to annotating a method with an invalid anntation, in that case on a method i used a @var instead of a @param annotation
/** * The queue sender to send a message with. * * @var \AppserverIo\Messaging\QueueSender * @Resource(name="importVariant", type="pms/productImportVariant") */publicfunctionsetProductImportVariantQueueSender(
QueueSender$productImportVariantQueueSender
) {
$this->productImportVariantQueueSender = $productImportVariantQueueSender;
}
the following error in the var/log/php_errors.log occurs
[17-Oct-2016 10:28:18 Europe/Berlin] Could not parse assertion string instanceof \AppserverIo\Messaging\QueueSender
[17-Oct-2016 10:28:18 Europe/Berlin] PHP Warning: unlink(): supplied resource is not a valid Stream-Context resource in /opt/appserver/vendor/appserver-io/doppelgaenger/src/Generator.php on line 293
A bit more information would be helpful ;)
The text was updated successfully, but these errors were encountered:
When i try to annotating a method with an invalid anntation, in that case on a method i used a
@var
instead of a@param
annotationthe following error in the
var/log/php_errors.log
occursA bit more information would be helpful ;)
The text was updated successfully, but these errors were encountered: