Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phpdoc summary #29

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion classes/CustomText.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class CustomText extends ObjectModel
);

/**
* Return the CustomText ID By shop ID
* Return the CustomText ID By shop ID.
*
* @param int $shopId
* @return bool|int
Expand Down
4 changes: 2 additions & 2 deletions classes/MigrateData.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class MigrateData
/**
* This methods retrieves data from older database models
* - ps_customtext < v3.0.0
* - blockcmsinfo (1.6 equivalent module)
* - blockcmsinfo (1.6 equivalent module).
*
* @return array
*/
Expand All @@ -56,7 +56,7 @@ public function retrieveOldData()
}

/**
* Import the old CustomText data in the new structure
* Import the old CustomText data in the new structure.
*
* @return bool
*/
Expand Down
2 changes: 1 addition & 1 deletion ps_customtext.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public function installFixtures()
}

/**
* Add CustomText when adding a new Shop
* Add CustomText when adding a new Shop.
*
* @param array $params
*/
Expand Down
2 changes: 1 addition & 1 deletion upgrade/install-3.0.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

/**
* Upgrade the Ps_Customtext module to V3.0.0
* Upgrade the Ps_Customtext module to V3.0.0.
*
* @param Ps_Customtext $module
* @return bool
Expand Down