Completed
Push — master ( 9d90d4...cee823 )
by Dan Michael O.
03:06
created
src/Bibs/Bib.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -86,6 +86,7 @@
 block discarded – undo
86 86
 
87 87
     /**
88 88
      * Get the MMS ID of the linked record in network zone.
89
+     * @return string
89 90
      */
90 91
     public function getNzMmsId()
91 92
     {
Please login to merge, or discard this patch.
src/Model/LazyResource.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
      * Called when data is available to be processed.
96 96
      * The resource classes can use this method to process the data.
97 97
      *
98
-     * @param mixed $data
98
+     * @param \stdClass $data
99 99
      */
100 100
     protected function onData($data)
101 101
     {
Please login to merge, or discard this patch.