File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments