Completed
Branch master (34bdc3)
by Pierre-Henry
37:19
created
_protected/framework/Analytics/Analytics.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -347,7 +347,7 @@
 block discarded – undo
347 347
      * @param string $sToFind
348 348
      * @param string $sContents
349 349
      *
350
-     * @return boolean
350
+     * @return integer
351 351
      */
352 352
     protected function find($sToFind, $sContents)
353 353
     {
Please login to merge, or discard this patch.
_protected/app/system/modules/note/inc/class/Note.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     /**
16 16
      * Sets the Note Thumbnail.
17 17
      *
18
-     * @param object $oPost
18
+     * @param \stdClass $oPost
19 19
      * @param \PH7\NoteModel $oNoteModel
20 20
      * @param \PH7\Framework\File\File $oFile
21 21
      * @return void
Please login to merge, or discard this patch.