Skip to content

Commit

Permalink
line length
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed Jun 18, 2019
1 parent 0ce8774 commit 17bbdd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
9 changes: 0 additions & 9 deletions src/records/OrganizationTypeAttributeTrait.php
Expand Up @@ -10,10 +10,8 @@

use flipbox\craft\ember\records\ActiveRecordTrait;
use flipbox\organizations\objects\OrganizationTypeMutatorTrait;
use flipbox\organizations\records\UserType as TypeRecord;
use yii\base\Model;
use yii\db\ActiveQueryInterface;
use yii\db\ActiveRecordInterface;

/**
* @author Flipbox Factory <hello@flipboxfactory.com>
Expand All @@ -26,13 +24,6 @@ trait OrganizationTypeAttributeTrait
use ActiveRecordTrait,
OrganizationTypeMutatorTrait;

/**
* Populates the named relation with the related records.
* Note that this method does not check if the relation exists or not.
* @param string $name the relation name, e.g. `orders` for a relation defined via `getOrders()` method (case-sensitive).
* @param ActiveRecordInterface|array|null $records the related records to be populated into the relation.
* @see getRelation()
*/
abstract public function populateRelation($name, $records);

/**
Expand Down
8 changes: 0 additions & 8 deletions src/records/UserTypeAttributeTrait.php
Expand Up @@ -13,7 +13,6 @@
use flipbox\organizations\records\UserType as TypeRecord;
use yii\base\Model;
use yii\db\ActiveQueryInterface;
use yii\db\ActiveRecordInterface;

/**
* @author Flipbox Factory <hello@flipboxfactory.com>
Expand All @@ -26,13 +25,6 @@ trait UserTypeAttributeTrait
use ActiveRecordTrait,
UserTypeMutatorTrait;

/**
* Populates the named relation with the related records.
* Note that this method does not check if the relation exists or not.
* @param string $name the relation name, e.g. `orders` for a relation defined via `getOrders()` method (case-sensitive).
* @param ActiveRecordInterface|array|null $records the related records to be populated into the relation.
* @see getRelation()
*/
abstract public function populateRelation($name, $records);

/**
Expand Down

0 comments on commit 17bbdd8

Please sign in to comment.