Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 0e1bff2

Browse files
committed
Fix: Loosely compare
1 parent 41d19ee commit 0e1bff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module/ZfModule/src/ZfModule/Service/Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function currentUserModules()
131131
return false;
132132
}
133133

134-
if (null === $this->moduleMapper->findByUrl($repository->html_url)) {
134+
if (!$this->moduleMapper->findByUrl($repository->html_url)) {
135135
return false;
136136
}
137137

0 commit comments

Comments
 (0)