diff --git a/src/Joserick/Plex/Server/Library/SectionAbstract.php b/src/Joserick/Plex/Server/Library/SectionAbstract.php index f9e7d7c..6a0d5b4 100644 --- a/src/Joserick/Plex/Server/Library/SectionAbstract.php +++ b/src/Joserick/Plex/Server/Library/SectionAbstract.php @@ -513,7 +513,7 @@ protected function getItemsByYear($year) * @param integer|string $polymorphicData Either a rating key, a key, or a * title for an exact title match that will be used to retrieve a single * library item. - * @param boolean scopedToItem Tells the method whether or not we are + * @param boolean $scopedToItem Tells the method whether or not we are * scoped to an item. If we are scoped to an item then we are use get * methods instead of search methods. *