mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
Cleanup php doc.
This commit is contained in:
@@ -11,10 +11,10 @@ namespace FireflyIII\Models;
|
|||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
use Illuminate\Database\Eloquent\Model;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class RuleAction
|
* FireflyIII\Models\RuleAction
|
||||||
*
|
*
|
||||||
* @package FireflyIII\Models
|
|
||||||
* @property integer $id
|
* @property integer $id
|
||||||
* @property \Carbon\Carbon $created_at
|
* @property \Carbon\Carbon $created_at
|
||||||
* @property \Carbon\Carbon $updated_at
|
* @property \Carbon\Carbon $updated_at
|
||||||
@@ -22,8 +22,7 @@ use Illuminate\Database\Eloquent\Model;
|
|||||||
* @property integer $order
|
* @property integer $order
|
||||||
* @property boolean $active
|
* @property boolean $active
|
||||||
* @property boolean $stop_processing
|
* @property boolean $stop_processing
|
||||||
* @property string $action_field
|
* @property string $action_type
|
||||||
* @property string $action
|
|
||||||
* @property string $action_value
|
* @property string $action_value
|
||||||
* @property-read \FireflyIII\Models\Rule $rule
|
* @property-read \FireflyIII\Models\Rule $rule
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user