Completed
Pull Request — 0.3.x (#27)
by
unknown
03:41
created
Krtv/Bundle/SingleSignOnIdentityProviderBundle/Manager/LogoutManager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -111,6 +111,9 @@
 block discarded – undo
111 111
     }
112 112
     
113 113
     
114
+    /**
115
+     * @param string $url
116
+     */
114 117
     public function isHostUp($url) {
115 118
         $handle = curl_init($url);
116 119
         curl_setopt($handle,  CURLOPT_RETURNTRANSFER, TRUE);
Please login to merge, or discard this patch.