Skip to content

Commit 3c3557b

Browse files
author
Jamie Hannaford
committed
remove php 5.5 feature
1 parent 384ceb8 commit 3c3557b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/OpenCloud/Compute/Resource/Server.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -697,9 +697,9 @@ protected function createJson()
697697
} else {
698698
throw new Exceptions\InvalidParameterError(sprintf(
699699
'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)
700+
'array of objects which implement either OpenCloud\Networking\Resource\NetworkInterface ' .
701+
'or OpenCloud\Networking\Resource\Port. The variable you passed in was a [%s]',
702+
gettype($network)
703703
));
704704
}
705705
}

0 commit comments

Comments
 (0)