Commit 2e545e7f authored by Andy Hausmann's avatar Andy Hausmann

Corrected PHP Doc.

parent 5b7bc153
...@@ -50,8 +50,8 @@ class flexslider_pi1_wizicon ...@@ -50,8 +50,8 @@ class flexslider_pi1_wizicon
/** /**
* Processing the wizard items array * Processing the wizard items array
* *
* @param array $wizardItems: The wizard items * @param array $wizardItems: The wizard items
* @return Modified array with wizard items * @return array Modified array with wizard items
*/ */
public function proc($wizardItems) public function proc($wizardItems)
{ {
...@@ -71,7 +71,7 @@ class flexslider_pi1_wizicon ...@@ -71,7 +71,7 @@ class flexslider_pi1_wizicon
/** /**
* Reads the Backend Localization file. * Reads the Backend Localization file.
* *
* @return The array with language labels * @return array The array with language labels
*/ */
protected function includeLocalLang() protected function includeLocalLang()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment