|
@@ -212,7 +212,6 @@ discard block |
|
|
block discarded – undo |
|
212
|
212
|
* |
|
213
|
213
|
* @param \eZ\Publish\API\Repository\Values\ValueObject $expectedValues |
|
214
|
214
|
* @param \eZ\Publish\API\Repository\Values\ValueObject $actualObject |
|
215
|
|
- * @param array $propertyNames |
|
216
|
215
|
*/ |
|
217
|
216
|
protected function assertStructPropertiesCorrect(ValueObject $expectedValues, ValueObject $actualObject, array $additionalProperties = array()) |
|
218
|
217
|
{ |
|
@@ -474,7 +473,7 @@ discard block |
|
|
block discarded – undo |
|
474
|
473
|
/** |
|
475
|
474
|
* Create role of a given name with the given policies described by an array. |
|
476
|
475
|
* |
|
477
|
|
- * @param $roleName |
|
|
476
|
+ * @param string $roleName |
|
478
|
477
|
* @param array $policiesData [['module' => 'content', 'function' => 'read', 'limitations' => []] |
|
479
|
478
|
* |
|
480
|
479
|
* @return \eZ\Publish\API\Repository\Values\User\Role |
Please login to merge, or discard this patch.