Skip to content

Commit 85b33ef

Browse files
Merge pull request #25 from Stillat/analysis-JG7LYE
Apply fixes from StyleCI
2 parents eb1b163 + 728d86c commit 85b33ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RelationshipManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ private function buildManyToManyRelationships($relationships)
267267
*/
268268
public function manyToMany($leftCollectionHandle, $rightCollectionHandle)
269269
{
270-
return $this->buildManyToManyRelationships(($this->getRelationshipItems($leftCollectionHandle, $rightCollectionHandle)));
270+
return $this->buildManyToManyRelationships($this->getRelationshipItems($leftCollectionHandle, $rightCollectionHandle));
271271
}
272272

273273
protected function getFieldDetails($handle)

0 commit comments

Comments
 (0)