Skip to content

Commit

Permalink
Fix code linting errors preventing successful build
Browse files Browse the repository at this point in the history
  • Loading branch information
madmatt committed Sep 21, 2018
1 parent 979aeec commit 697db00
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Extensions/LDAPMemberExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ public function afterMemberLoggedIn()
throw $e;
}
}

}
}

Expand Down
2 changes: 1 addition & 1 deletion src/Iterators/LDAPIterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,4 @@ public function valid()

return $this->fetchPagedResult();
}
}
}
2 changes: 1 addition & 1 deletion src/Tasks/LDAPMemberSyncOneTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ public function run($request)
$this->log($e->getMessage());
}
}
}
}

0 comments on commit 697db00

Please sign in to comment.