We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384ceb8 commit 3c3557bCopy full SHA for 3c3557b
lib/OpenCloud/Compute/Resource/Server.php
@@ -697,9 +697,9 @@ protected function createJson()
697
} else {
698
throw new Exceptions\InvalidParameterError(sprintf(
699
'When creating a server, the "networks" key must be an ' .
700
- 'array of objects which implement either %s or %s. The ' .
701
- 'variable you passed in was a [%s]',
702
- NetworkInterface::class, Port::class, gettype($network)
+ 'array of objects which implement either OpenCloud\Networking\Resource\NetworkInterface ' .
+ 'or OpenCloud\Networking\Resource\Port. The variable you passed in was a [%s]',
+ gettype($network)
703
));
704
}
705
0 commit comments