From 065a48cac47e04f0e632ad492e09fd855dcbc2a0 Mon Sep 17 00:00:00 2001 From: Jose Erick Carreon Date: Sat, 13 Apr 2019 01:52:01 -0500 Subject: [PATCH] style: fix comment for documentation --- src/Joserick/Plex/Server/Library/SectionAbstract.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *