Skip to content

Commit

Permalink
docblock update
Browse files Browse the repository at this point in the history
  • Loading branch information
vicgonvt committed Oct 30, 2018
1 parent 9e57201 commit 23fb1f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/PressFileParser.php
Expand Up @@ -47,6 +47,8 @@ public function getData()
* Takes each field and tries to find a class with matching name. If found, it will try to call
* the process() method on it. Any other fields that don't have matching classes get sent to
* a catch all class of Extra, where they will be JSON Encoded into the 'extra' field.
*
* @return void
*/
protected function processFields()
{
Expand All @@ -68,6 +70,8 @@ protected function processFields()

/**
* It separates the head on each new line, trims it and saves it to parsedData variable.
*
* @return void
*/
protected function explodeData()
{
Expand All @@ -86,6 +90,8 @@ protected function explodeData()

/**
* It separates the head from the body for further manipulation.
*
* @return void
*/
protected function splitFile()
{
Expand Down

0 comments on commit 23fb1f8

Please sign in to comment.