aboutsummaryrefslogtreecommitdiff
path: root/bridges/SymfonyCastsBridge.php
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/SymfonyCastsBridge.php')
-rw-r--r--bridges/SymfonyCastsBridge.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/bridges/SymfonyCastsBridge.php b/bridges/SymfonyCastsBridge.php
index acad9041..63b908ce 100644
--- a/bridges/SymfonyCastsBridge.php
+++ b/bridges/SymfonyCastsBridge.php
@@ -8,8 +8,7 @@ class SymfonyCastsBridge extends BridgeAbstract {
const CACHE_TIMEOUT = 3600;
public function collectData() {
- $html = getSimpleHTMLDOM('https://symfonycasts.com/updates/find')
- or returnServerError('Unable to get page.');
+ $html = getSimpleHTMLDOM('https://symfonycasts.com/updates/find');
$dives = $html->find('div');
/* @var simple_html_dom $div */