Skip to content

Commit

Permalink
Composer update, cosmetic change DocBloc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyslik committed Nov 21, 2016
1 parent e8bde8c commit 9a96bbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"authors": [
{
"name": "Martin Kiesel",
"email": "[email protected]"
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
Expand Down
5 changes: 5 additions & 0 deletions src/ColumnSortable/SortableLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class SortableLink

/**
* @param array $parameters
*
* @return string
*/
public static function render(array $parameters)
Expand Down Expand Up @@ -66,6 +67,7 @@ public static function render(array $parameters)

/**
* @param array $parameters
*
* @return array
*/
public static function parseParameters(array $parameters)
Expand All @@ -85,7 +87,9 @@ public static function parseParameters(array $parameters)
* Empty array is returned if explode could not run eg: separator was not found.
*
* @param $parameter
*
* @return array
*
* @throws \Kyslik\ColumnSortable\Exceptions\ColumnSortableException when explode does not produce array of size two
*/
public static function explodeSortParameter($parameter)
Expand All @@ -106,6 +110,7 @@ public static function explodeSortParameter($parameter)

/**
* @param string $title
*
* @return string
*/
private static function applyFormatting($title)
Expand Down

0 comments on commit 9a96bbd

Please sign in to comment.