Skip to content

Commit 21051f6

Browse files
hotrushDEVizzent
authored andcommitted
Summary and description support for references
1 parent 42c86a2 commit 21051f6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/spec/Reference.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,17 @@ public function getReference()
163163
return $this->_ref;
164164
}
165165

166+
/**
167+
* @return string|null
168+
*/
166169
public function getSummary()
167170
{
168171
return $this->_summary;
169172
}
170173

174+
/**
175+
* @return string|null
176+
*/
171177
public function getDescription()
172178
{
173179
return $this->_description;

0 commit comments

Comments
 (0)