Skip to content

Commit

Permalink
phpcs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Mar 5, 2018
1 parent 20ff40d commit 489d250
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions includes/data.php
Original file line number Diff line number Diff line change
Expand Up @@ -1206,9 +1206,8 @@ function pods_cast( $value, $cast_from = null ) {
/**
* Create a slug from an input string
*
* @param $orig
*
* @param bool $strict
* @param string $orig Original string.
* @param bool $strict Whether to only support 0-9, a-z, A-Z, and dash characters.
*
* @return string Sanitized slug
*
Expand Down Expand Up @@ -1976,9 +1975,9 @@ function pods_hierarchical_select( $list, $args = array() ) {
/**
* Recurse list of hierarchical data
*
* @param $items
* @param array $args Array of children and prefix keys to use
* @param int $depth
* @param array $items Items to recurse.
* @param array $args Array of children and prefix keys to use.
* @param int $depth Current depth of recursion.
*
* @return array
* @internal param array|object $list List of items
Expand Down

0 comments on commit 489d250

Please sign in to comment.