@@ -85,7 +85,7 @@ discard block |
||
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 |
||
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 | { |