Skip to content

Commit ef3c31c

Browse files
committed
Add PHPDoc
1 parent 3d20d01 commit ef3c31c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/Property/Import.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,11 @@ public function setComments(array $aComments)
135135
$this->aComments = $aComments;
136136
}
137137

138-
public function getMediaQuery()
139-
{
140-
return $this->sMediaQuery;
141-
}
138+
/**
139+
* @return string
140+
*/
141+
public function getMediaQuery()
142+
{
143+
return $this->sMediaQuery;
144+
}
142145
}

0 commit comments

Comments
 (0)