Skip to content

Commit 23fb1f8

Browse files
committed
docblock update
1 parent 9e57201 commit 23fb1f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/PressFileParser.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ public function getData()
4747
* Takes each field and tries to find a class with matching name. If found, it will try to call
4848
* the process() method on it. Any other fields that don't have matching classes get sent to
4949
* a catch all class of Extra, where they will be JSON Encoded into the 'extra' field.
50+
*
51+
* @return void
5052
*/
5153
protected function processFields()
5254
{
@@ -68,6 +70,8 @@ protected function processFields()
6870

6971
/**
7072
* It separates the head on each new line, trims it and saves it to parsedData variable.
73+
*
74+
* @return void
7175
*/
7276
protected function explodeData()
7377
{
@@ -86,6 +90,8 @@ protected function explodeData()
8690

8791
/**
8892
* It separates the head from the body for further manipulation.
93+
*
94+
* @return void
8995
*/
9096
protected function splitFile()
9197
{

0 commit comments

Comments
 (0)