Quellcode durchsuchen

Minor bump SimplePie (#8947)

Alexandre Alapetite vor 2 Tagen
Ursprung
Commit
d9dc140a11

+ 1 - 1
lib/composer.json

@@ -18,7 +18,7 @@
 		"marienfressinaud/lib_opml": "dev-main#f0e850b6394af90b898daf0e65fcc7363457b844",
 		"phpgt/cssxpath": "v1.5.0",
 		"phpmailer/phpmailer": "7.1.1",
-		"simplepie/simplepie": "dev-freshrss#383c69ddc682fa2b7e59f4adf40895c2d8630b84"
+		"simplepie/simplepie": "dev-freshrss#6cb0298998abae8699aa612c06097b3247c959f2"
 	},
 	"config": {
 		"sort-packages": true,

+ 1 - 1
lib/simplepie/simplepie/src/Item.php

@@ -466,7 +466,7 @@ class Item implements RegistryAware
      * Get a contributor for the item
      *
      * @since 1.1
-     * @param int $key The contrbutor that you want to return.  Remember that arrays begin with 0, not 1
+     * @param int $key The contributor that you want to return.  Remember that arrays begin with 0, not 1
      * @return \SimplePie\Author|null
      */
     public function get_contributor(int $key = 0)

+ 1 - 1
lib/simplepie/simplepie/src/SimplePie.php

@@ -2912,7 +2912,7 @@ class SimplePie
      * Get a contributor for the feed
      *
      * @since 1.1
-     * @param int $key The contrbutor that you want to return. Remember that arrays begin with 0, not 1
+     * @param int $key The contributor that you want to return. Remember that arrays begin with 0, not 1
      * @return Author|null
      */
     public function get_contributor(int $key = 0)