Skip to content

Commit

Permalink
doc up
Browse files Browse the repository at this point in the history
  • Loading branch information
dawlib committed May 25, 2021
1 parent 5fa8ea0 commit 956ac59
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions lib/Castle/Castle.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,8 @@ public static function track(Array $attributes)

/**
* Filter an action
* @param Array $attributes An array of attributes to filter. The 'name' key
* is required
* @return None
* @param String $attributes 'name', and 'user' object with 'id' are required
* @return Castle_Log
*/
public static function filter(Array $attributes)
{
Expand All @@ -178,9 +177,8 @@ public static function filter(Array $attributes)

/**
* Log events
* @param Array $attributes An array of attributes to track. The 'name' key
* is required
* @return None
* @param String $attributes 'name', 'status' and 'user' object with 'id' are required
* @return Castle_Log
*/
public static function log(Array $attributes)
{
Expand All @@ -191,9 +189,8 @@ public static function log(Array $attributes)

/**
* Risk
* @param Array $attributes An array of attributes to track. The 'name' key
* is required
* @return None
* @param String $attributes 'name', 'status' and 'user' object with 'id' are required
* @return Castle_Risk
*/
public static function risk(Array $attributes)
{
Expand Down

0 comments on commit 956ac59

Please sign in to comment.