diff --git a/Blacklight/http/Capabilities.php b/Blacklight/http/Capabilities.php index 91f3ab693..f4652b74e 100755 --- a/Blacklight/http/Capabilities.php +++ b/Blacklight/http/Capabilities.php @@ -42,6 +42,7 @@ abstract class Capabilities */ protected $type; + /** * Construct. * @@ -60,7 +61,7 @@ abstract class Capabilities /** * Print XML or JSON output. * - * @param array $data Data to print. + * @param array|\Illuminate\Database\Eloquent\Collection $data Data to print. * @param array $params Additional request parameters * @param bool $xml True: Print as XML False: Print as JSON. * @param int $offset How much releases to skip diff --git a/Changelog b/Changelog index 9bd376385..11c742221 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-11-07 DariusIII + * Chg: Update Capabilities class output function PHPDOC block * Chg: Update spatie/laravel-permission to version 2.24.0 2018-11-06 DariusIII * Fix: Fix errors related to model/collection change