Completed
Branch master (91a5ce)
by Dennis
02:31
created
src/Middleware/DebugMiddleware.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @return callable
71
+     * @return \Closure
72 72
      */
73 73
     public static function tap()
74 74
     {
Please login to merge, or discard this patch.
src/Service/InstallationService.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,6 @@
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
-     * @param Installation $installation
47 46
      * @return Id $deviceServerId
48 47
      */
49 48
     public function createDeviceServer(Token $token, string $apiKey, string $description): Id
Please login to merge, or discard this patch.