summary | 
shortlog | 
log | 
commit | commitdiff | 
tree
raw | 
patch | 
inline | side by side (from parent 1: 
7e8ef25)
 
Document member variables
 <?php declare(strict_types=1);
 
 /*
 <?php declare(strict_types=1);
 
 /*
- * this file is part of the rapsys packbundle package.
+ * This file is part of the Rapsys AirBundle package.
- * (c) raphaël gertz <symfony@rapsys.eu>
+ * (c) Raphaël Gertz <symfony@rapsys.eu>
- * for the full copyright and license information, please view the license
+ * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */
 
  * file that was distributed with this source code.
  */
 
 
 class User extends BaseUser {
        /**
 
 class User extends BaseUser {
        /**
         */
        private ?string $city;
 
        /**
         */
        private ?string $city;
 
        /**
         */
        private ?string $phone;
 
        /**
         */
        private ?string $phone;
 
        /**
         */
        private ?Country $country;
 
        /**
         */
        private ?Country $country;
 
        /**
         */
        private ?string $pseudonym;
 
        /**
         */
        private ?string $pseudonym;
 
        /**
         */
        private ?string $zipcode;
 
        /**
         */
        private ?string $zipcode;
 
        /**
-        * @var \Doctrine\Common\Collections\Collection
+        * Applications collection
         */
        private Collection $applications;
 
        /**
         */
        private Collection $applications;
 
        /**
-        * @var \Doctrine\Common\Collections\Collection
         */
        private Collection $dances;
 
        /**
         */
        private Collection $dances;
 
        /**
-        * @var \Doctrine\Common\Collections\Collection
         */
        private Collection $locations;
 
        /**
         */
        private Collection $locations;
 
        /**
-        * @var \Doctrine\Common\Collections\Collection
         */
        private Collection $snippets;
 
        /**
         */
        private Collection $snippets;
 
        /**
-        * @var \Doctrine\Common\Collections\Collection
+        * Subscribers collection
         */
        private Collection $subscribers;
 
        /**
         */
        private Collection $subscribers;
 
        /**
-        * @var \Doctrine\Common\Collections\Collection
+        * Subscriptions collection
         */
        private Collection $subscriptions;
 
        /**
         */
        private Collection $subscriptions;
 
        /**
-        * @var \Doctrine\Common\Collections\Collection
+        * Google tokens collection
         */
        private Collection $googleTokens;
 
         */
        private Collection $googleTokens;