Completed
Pull Request — master (#863)
by
unknown
01:49
created
model/Model.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 
62 62
     /**
63 63
      * Return the logging facility
64
-     * @return object logger
64
+     * @return Monolog\Logger logger
65 65
      */
66 66
     public function getLogger() {
67 67
         return $this->logger;
@@ -487,7 +487,7 @@  discard block
 block discarded – undo
487 487
      * vocabulary URI spaces.
488 488
      *
489 489
      * @param $uri string URI to search
490
-     * @param $preferredVocabId string ID of the preferred vocabulary to return if more than one is found
490
+     * @param string $preferredVocabId string ID of the preferred vocabulary to return if more than one is found
491 491
      * @return Vocabulary vocabulary of this URI, or null if not found
492 492
      */
493 493
     public function guessVocabularyFromURI($uri, $preferredVocabId = null)
@@ -522,7 +522,7 @@  discard block
 block discarded – undo
522 522
      * Get the label for a resource, preferring 1. the given language 2. configured languages 3. any language.
523 523
      * @param EasyRdf\Resource $res resource whose label to return
524 524
      * @param string $lang preferred language
525
-     * @return EasyRdf\Literal label as an EasyRdf\Literal object, or null if not found
525
+     * @return string label as an EasyRdf\Literal object, or null if not found
526 526
      */
527 527
     public function getResourceLabel($res, $lang)
528 528
     {
Please login to merge, or discard this patch.