Skip to content

Commit

Permalink
Merge pull request #47 from boxfrommars/analysis-q1NBOA
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
boxfrommars authored Aug 31, 2017
2 parents 6f5c58a + 68066c2 commit 357507a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rutorika/Sortable/BelongsToSortedMany.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class BelongsToSortedMany extends BelongsToMany
* @param string $parentKey
* @param string $relatedKey
* @param string $relationName
* @param string $orderColumn position column name
* @param string $orderColumn position column name
*/
public function __construct(Builder $query, Model $parent, $table, $foreignPivotKey,
$relatedPivotKey, $parentKey, $relatedKey, $relationName = null, $orderColumn = null)
Expand Down
1 change: 1 addition & 0 deletions src/Rutorika/Sortable/BelongsToSortedManyTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ abstract protected function guessBelongsToManyRelation();
* Create a new model instance for a related model.
*
* @param string $class
*
* @return mixed
*/
abstract protected function newRelatedInstance($class);
Expand Down
1 change: 1 addition & 0 deletions src/Rutorika/Sortable/MorphToSortedManyTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ abstract protected function guessBelongsToManyRelation();
* Create a new model instance for a related model.
*
* @param string $class
*
* @return mixed
*/
abstract protected function newRelatedInstance($class);
Expand Down

0 comments on commit 357507a

Please sign in to comment.