|
@@ -693,7 +693,7 @@ discard block |
|
|
block discarded – undo |
|
693
|
693
|
/** |
|
694
|
694
|
* The purpose of a work in the context of education; for example, 'assignment', 'group work'. |
|
695
|
695
|
* |
|
696
|
|
- * @param string $educationalUse |
|
|
696
|
+ * @param CreativeWork $educationalUse |
|
697
|
697
|
* @return CreativeWork|CreativeWorkTrait |
|
698
|
698
|
*/ |
|
699
|
699
|
public function setEducationalUse(CreativeWork $educationalUse) |
|
@@ -1229,7 +1229,7 @@ discard block |
|
|
block discarded – undo |
|
1229
|
1229
|
* While such policies are most typically expressed in natural language, sometimes related information |
|
1230
|
1230
|
* (e.g. indicating a funder) can be expressed using schema.org terminology. |
|
1231
|
1231
|
* |
|
1232
|
|
- * @param CreativeWork|URL $publishingPrinciples |
|
|
1232
|
+ * @param CreativeWork $publishingPrinciples |
|
1233
|
1233
|
* @return CreativeWork|CreativeWorkTrait |
|
1234
|
1234
|
*/ |
|
1235
|
1235
|
public function setPublishingPrinciples(CreativeWork $publishingPrinciples) |
Please login to merge, or discard this patch.