@@ -540,10 +540,10 @@ |
||
| 540 | 540 | /** |
| 541 | 541 | * Match records created by the specified user or the current connected user if none specified. |
| 542 | 542 | * |
| 543 | - * @param int|null $userId |
|
| 544 | - * |
|
| 545 | - * @return ORM_IsCriterion |
|
| 546 | - */ |
|
| 543 | + * @param int|null $userId |
|
| 544 | + * |
|
| 545 | + * @return ORM_IsCriterion |
|
| 546 | + */ |
|
| 547 | 547 | public function isOwn($userId = null) |
| 548 | 548 | { |
| 549 | 549 | if (!isset($userId)) { |