Completed
Branch master (17f60e)
by Francesco
03:47
created
src/Auth.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      * @param null   $uri
71 71
      * @param array  $options
72 72
      *
73
-     * @return mixed|\Psr\Http\Message\ResponseInterface
73
+     * @return \Psr\Http\Message\ResponseInterface
74 74
      * @throws \Exception
75 75
      */
76 76
     public function request($method, $uri = null, array $options = [])
Please login to merge, or discard this patch.
phpunit_bs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 umask(0000);
4 4
 
5
-if(function_exists('xdebug_disable')) {
5
+if (function_exists('xdebug_disable')) {
6 6
     xdebug_disable();
7 7
 }
8 8
 
Please login to merge, or discard this patch.