@@ -32,7 +32,8 @@ |
||
| 32 | 32 | * Include this section if you want sami to document |
| 33 | 33 | * private and protected functions/properties |
| 34 | 34 | */ |
| 35 | -$sami['filter'] = function () { |
|
| 35 | +$sami['filter'] = function () |
|
| 36 | +{ |
|
| 36 | 37 | return new ApiFilter(); |
| 37 | 38 | }; |
| 38 | 39 | |