aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilder.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-05-30 11:39:15 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-05-30 11:39:15 +0200
commit5fe65baee5910c887ba148b1163a1a53654dc324 (patch)
tree8728ce67c714a203394179ab826ff2dc8e0e2003 /src/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilder.php
parentd181bd728565454ec53d960f321ed0a4c3bf26c8 (diff)
downloadwallabag-5fe65baee5910c887ba148b1163a1a53654dc324.tar.gz
wallabag-5fe65baee5910c887ba148b1163a1a53654dc324.tar.zst
wallabag-5fe65baee5910c887ba148b1163a1a53654dc324.zip
Fix some Scrutinizer issues
Diffstat (limited to 'src/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilder.php')
-rw-r--r--src/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilder.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilder.php b/src/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilder.php
index c712bb26..15aa0317 100644
--- a/src/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilder.php
+++ b/src/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilder.php
@@ -38,13 +38,7 @@ class GrabySiteConfigBuilder implements SiteConfigBuilder
38 } 38 }
39 39
40 /** 40 /**
41 * Builds the SiteConfig for a host. 41 * {@inheritdoc}
42 *
43 * @param string $host The "www." prefix is ignored
44 *
45 * @return SiteConfig
46 *
47 * @throws OutOfRangeException If there is no config for $host
48 */ 42 */
49 public function buildForHost($host) 43 public function buildForHost($host)
50 { 44 {