rackspace / php-opencloud

The PHP SDK for OpenStack clouds
developer.rackspace.com
Other
451 stars 250 forks source link

Fix invalid PHPDoc #711

Closed LukasReschke closed 7 years ago

LukasReschke commented 7 years ago

The classes were not referenced and thus the PHPDoc not valid as pointed out by PHPStorm and Phan when running on @nextcloud:

apps/files_external/lib/Lib/Storage/Swift.php:387 PhanUndeclaredClassMethod Call to method get from undeclared class \OpenCloud\ObjectStore\Resource\Client

Signed-off-by: Lukas Reschke lukas@statuscode.ch

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 88.771% when pulling 7696e62992a8a45db0822dae0ac8a8fbfa5c5561 on LukasReschke:fix-php-docs into 8c5cb50c7792ab497fef641e23cec6822c0c3d54 on rackspace:working.

jamiehannaford commented 7 years ago

Thanks for the PR @LukasReschke! 🚀

LorbusChris commented 6 years ago

Can we get a new release including this PR?