Completed
Branch develop (22a483)
by Ventimiglia
04:59
created
src/Firebase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
      * Create new Firebase client object
66 66
      * Remember to install PHP CURL extention
67 67
      *
68
-     * @param Config\FirebaseAuth $auth
68
+     * @param FirebaseAuth $auth
69 69
      */
70 70
     public function __construct(FirebaseAuth $auth)
71 71
     {
Please login to merge, or discard this patch.
src/FirebaseLogs.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,6 @@
 block discarded – undo
66 66
     /**
67 67
      * Write log of current event
68 68
      *
69
-     * @param Logger $logger
70 69
      * @param array $eventData
71 70
      * @param mixed $event
72 71
      * @param string $path
Please login to merge, or discard this patch.