Completed
Pull Request — master (#274)
by Christopher
03:50
created
src/POData/Providers/Query/IWriteQueryProvider.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -77,10 +77,10 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.