Skip to content

Commit 574b78d

Browse files
committed
broken arms
1 parent 986087b commit 574b78d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Constraint.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ public function setOwnerSchema(Schema $ownerSchema);
1818
*
1919
* @param $data
2020
* @param $result
21-
* @return mixed
21+
* @return string invalidation reason, false if valid
2222
*/
23-
public function import($data, &$result);
23+
public function importFailed($data, &$result);
2424

25-
public function export($data);
25+
public function exportFailed($data);
2626

2727
}

0 commit comments

Comments
 (0)