Completed
Push — master ( da857d...bd3eb5 )
by James
03:20
created
src/jamesiarmes/PhpEws/Autodiscover.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -292,7 +292,7 @@
 block discarded – undo
292 292
      * Parse the hex ServerVersion value and return a valid
293 293
      * Client::VERSION_* constant.
294 294
      *
295
-     * @return string|boolean A known version constant, or FALSE if it could not
295
+     * @return string|false A known version constant, or FALSE if it could not
296 296
      * be determined.
297 297
      *
298 298
      * @link http://msdn.microsoft.com/en-us/library/bb204122(v=exchg.140).aspx
Please login to merge, or discard this patch.
src/jamesiarmes/PhpEws/SoapClient.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -17,6 +17,7 @@
 block discarded – undo
17 17
 {
18 18
     /**
19 19
      * {@inheritdoc}
20
+     * @param string $wsdl
20 21
      */
21 22
     public function __construct($wsdl, $options)
22 23
     {
Please login to merge, or discard this patch.