@@ -36,7 +36,7 @@ class lizmap
3636 protected static $ repositories = array ();
3737
3838 /**
39- * @var lizmapRepository [] list of repository instances. keys are repository names
39+ * @var Repository [] list of repository instances. keys are repository names
4040 */
4141 protected static $ repositoryInstances = array ();
4242
@@ -166,8 +166,8 @@ public static function getRepositoryPropertiesOptions()
166166 /**
167167 * Get the jForm for a repository.
168168 *
169- * @param null|lizmapRepository $rep
170- * @param jFormsBase $form
169+ * @param null|Repository $rep
170+ * @param jFormsBase $form
171171 *
172172 * @return jFormsBase
173173 */
@@ -259,7 +259,7 @@ public static function constructRepositoryForm($rep, $form)
259259 *
260260 * @param string $key Key of the repository to get
261261 *
262- * @return null|lizmapRepository
262+ * @return null|Repository
263263 */
264264 public static function getRepository ($ key )
265265 {
@@ -286,7 +286,7 @@ public static function getRepository($key)
286286 * @param string $key the repository name
287287 * @param array $data list of properties for the repository
288288 *
289- * @return null|lizmapRepository
289+ * @return null|Repository
290290 */
291291 public static function createRepository ($ key , $ data )
292292 {
0 commit comments