Skip to content

Commit dc1b4c9

Browse files
rudolfbykerdanmichaelo
authored andcommitted
Annotate the return type of the getField method.
1 parent ffaf062 commit dc1b4c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Fields/Field.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ public function __construct(\File_MARC_Field $field)
2424
$this->field = $field;
2525
}
2626

27+
/**
28+
* Get the wrapped field.
29+
*
30+
* @return \File_MARC_Field
31+
*/
2732
public function getField()
2833
{
2934
return $this->field;

0 commit comments

Comments
 (0)