Completed
Pull Request — master (#4)
by Xavier
04:33
created
src/ApiDataFetcher.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
      *
67 67
      * @param int $index
68 68
      *
69
-     * @return resource
69
+     * @return Resource
70 70
      */
71 71
     protected function getResourceAtIndex(int $index): Resource
72 72
     {
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
      *
79 79
      * @param string $resourceClass
80 80
      *
81
-     * @return resource
81
+     * @return Resource
82 82
      */
83 83
     protected function instantiateResource($resourceClass): Resource
84 84
     {
Please login to merge, or discard this patch.
src/Helpers/DateHelper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@
 block discarded – undo
49 49
             : $pubDateObject->Month;
50 50
     }
51 51
 
52
+    /**
53
+     * @param Carbon $date
54
+     */
52 55
     protected function formatForParts($date, $count)
53 56
     {
54 57
         $partsToFormat = [
Please login to merge, or discard this patch.
src/Resources/Extractors/EutilsEfetch.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@
 block discarded – undo
13 13
     private $output = [];
14 14
     private $identifier;
15 15
 
16
+    /**
17
+     * @param \SimpleXMLElement $document
18
+     */
16 19
     public function __construct($document, $identifier)
17 20
     {
18 21
         $this->document = $document;
Please login to merge, or discard this patch.