Completed
Branch master (06a783)
by Ventimiglia
02:56
created
src/Firebase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      * Create new Firebase client object
86 86
      * Remember to install PHP CURL extention
87 87
      *
88
-     * @param Config\FirebaseAuth $auth
88
+     * @param Authentication\FirebaseAuth $auth
89 89
      */
90 90
     public function __construct(\ZendFirebase\Authentication\FirebaseAuth $auth)
91 91
     {
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
     /**
115 115
      * Controll of all dipendenties
116 116
      *
117
-     * @param \ZendFirebase\Config\FirebaseAuth $auth
117
+     * @param Authentication\FirebaseAuth $auth
118 118
      */
119 119
     private function checkDipendenties($auth)
120 120
     {
Please login to merge, or discard this patch.