@@ -77,10 +77,10 @@ discard block |
||
77 | 77 | * @return bool true on success and false on failure |
78 | 78 | */ |
79 | 79 | public function associate(ResourceSet $primaryResourceSet, |
80 | - KeyDescriptor $primaryKeyDescriptor, |
|
81 | - ResourceSet $secondaryResourceSet, |
|
82 | - KeyDescriptor $secondaryKeyDescriptor, |
|
83 | - string $propertyOnPrimary): bool; |
|
80 | + KeyDescriptor $primaryKeyDescriptor, |
|
81 | + ResourceSet $secondaryResourceSet, |
|
82 | + KeyDescriptor $secondaryKeyDescriptor, |
|
83 | + string $propertyOnPrimary): bool; |
|
84 | 84 | |
85 | 85 | /** |
86 | 86 | * @param ResourceSet $primaryResourceSet |
@@ -104,7 +104,7 @@ discard block |
||
104 | 104 | * @return bool |
105 | 105 | */ |
106 | 106 | public function updateProperty(ResourceSet $resourceSet, |
107 | - KeyDescriptor $keyDescriptor, |
|
108 | - string $propertyName, |
|
109 | - $propertyValue): bool ; |
|
107 | + KeyDescriptor $keyDescriptor, |
|
108 | + string $propertyName, |
|
109 | + $propertyValue): bool ; |
|
110 | 110 | } |
111 | 111 | \ No newline at end of file |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * @param array $bindProperties key value pair of associated objects to hook up at creation (<string propertyName,<object $entities>>) |
49 | 49 | * @return object|null On sucess it would return the new object (including new default and key fields) on failure it would return null |
50 | 50 | */ |
51 | - public function saveNewEntity($newEntity, array $bindProperties);//: ?object |
|
51 | + public function saveNewEntity($newEntity, array $bindProperties); //: ?object |
|
52 | 52 | |
53 | 53 | /** |
54 | 54 | * Update an Entity |
@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | * @param array $bindProperties key value pair of associated objects to hook up at creation (<string propertyName,<object $entities>>) |
58 | 58 | * @return object|null the updated entity on sucess or null on failure |
59 | 59 | */ |
60 | - public function updateEntity($entity, array $bindProperties);// : ?object |
|
60 | + public function updateEntity($entity, array $bindProperties); // : ?object |
|
61 | 61 | |
62 | 62 | /** |
63 | 63 | * Delete an Entity |
@@ -106,5 +106,5 @@ discard block |
||
106 | 106 | public function updateProperty(ResourceSet $resourceSet, |
107 | 107 | KeyDescriptor $keyDescriptor, |
108 | 108 | string $propertyName, |
109 | - $propertyValue): bool ; |
|
109 | + $propertyValue): bool; |
|
110 | 110 | } |
111 | 111 | \ No newline at end of file |