Passed
Pull Request — master (#61)
by Giacomo
12:20
created
src/Traits/RelationshipMongoTrait.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -120,12 +120,12 @@
 block discarded – undo
120 120
     }
121 121
 
122 122
     /**
123
- * @param $mini_model
124
- * @param string $method_on_target
125
- * @param bool $is_EO_target
126
- * @param bool $is_EM_target
127
- * @throws \Throwable
128
- */
123
+     * @param $mini_model
124
+     * @param string $method_on_target
125
+     * @param bool $is_EO_target
126
+     * @param bool $is_EM_target
127
+     * @throws \Throwable
128
+     */
129 129
 public function updateRelationWithSync($mini_model, string $method_on_target, $is_EO_target, $is_EM_target)
130 130
 {
131 131
     if ($is_EM_target) {
Please login to merge, or discard this patch.