Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jqhph authored and StyleCIBot committed Sep 16, 2021
1 parent 7866a5b commit ba8acb5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Grid/Column.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,7 @@ public function getOriginal()
}

/**
* @param mixed $value
*
* @param mixed $value
* @return void
*/
public function setOriginal($value)
Expand All @@ -411,8 +410,7 @@ public function getValue()
}

/**
* @param mixed $value
*
* @param mixed $value
* @return void
*/
public function setValue($value)
Expand Down Expand Up @@ -478,7 +476,6 @@ public function hasDisplayCallbacks()

/**
* @param array $callbacks
*
* @return void
*/
public function setDisplayCallbacks(array $callbacks)
Expand Down

0 comments on commit ba8acb5

Please sign in to comment.