Completed
Push — master ( c973b9...2d3fae )
by Joschi
03:05
created
src/Rdfalite/Domain/Property/Property.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -78,6 +78,7 @@
 block discarded – undo
78 78
      * @param string $name Property name
79 79
      * @param VocabularyInterface $vocabulary Property vocabulary
80 80
      * @param string|ThingInterface $value Property value
81
+     * @param string $resourceId
81 82
      */
82 83
     public function __construct($name, VocabularyInterface $vocabulary, $value, $resourceId = null)
83 84
     {
Please login to merge, or discard this patch.