]> git.agnieray.net Git - galette.git/commitdiff
Few typos
authorJohan Cwiklinski <johan@x-tnd.be>
Mon, 15 Jun 2020 13:00:57 +0000 (15:00 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Mon, 15 Jun 2020 19:28:02 +0000 (21:28 +0200)
galette/lib/Galette/Entity/FieldsConfig.php
galette/lib/Galette/Filters/MembersList.php
galette/lib/Galette/Repository/PaymentTypes.php

index 9103814581d7fcaa7fc28393c4f9be207efa902a..4e0ba9bfabd5f3e541457df72e12bf501f176790 100644 (file)
@@ -459,7 +459,7 @@ class FieldsConfig
      *
      * @param Login   $login Login instance
      * @param boolean $new   True when adding a new member
-     * @param boolean $selfs True if we're called from self subscirption page
+     * @param boolean $selfs True if we're called from self subscription page
      *
      * @return array
      */
index 4c81b9abd288c4ddb25184853d7516171d56f433..363822b95bd73298e30023112ec65c741ced356a 100644 (file)
@@ -58,7 +58,7 @@ use Galette\Repository\Members;
  * @property string $membership_filter
  * @property integer $filter_account
  * @property string $email_filter
- * @property group_filter $group_filter
+ * @property integer $group_filter
  * @property array $selected
  * @property array $unreachable
  * @property string $query
index b2346f7bb89999c2a40a67670152daf947932dc8..b39f643d909255c1c5eddfd437bcf43fc0f34b92 100644 (file)
@@ -118,7 +118,7 @@ class PaymentTypes extends Repository
                 $result = $results->current();
                 $count = $result->counter;
                 if ($count == 0) {
-                    //if we got no values in texts table, let's proceed
+                    //if we got no values in table, let's proceed
                     $proceed = true;
                 } else {
                     if ($count < count($this->defaults)) {
@@ -187,7 +187,7 @@ class PaymentTypes extends Repository
                 $this->zdb->connection->beginTransaction();
                 $this->insert($ent::TABLE, $missing);
                 Analog::log(
-                    'Missing texts were successfully stored into database.',
+                    'Missing payment types were successfully stored into database.',
                     Analog::INFO
                 );
                 $this->zdb->connection->commit();