Skip to content

Commit

Permalink
caps
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Apr 10, 2024
1 parent 2f9f489 commit a23ff00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ApplicationModel extends FormModel implements MailerFactoryAwareInterface
* @param array $data Data for the form.
* @param boolean $loadData True if the form is to load its own data (default case), false if not.
*
* @return mixed a Form object on success, false on failure
* @return mixed A Form object on success, false on failure
*
* @since 1.6
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected function canDelete($record)
* @param array $data An optional array of data for the form to interrogate.
* @param boolean $loadData True if the form is to load its own data (default case), false if not.
*
* @return \Joomla\CMS\Form\Form|bool a Form object on success, false on failure
* @return \Joomla\CMS\Form\Form|bool A Form object on success, false on failure
*
* @since 4.0.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected function canDelete($record)
* @param array $data Data for the form.
* @param boolean $loadData True if the form is to load its own data (default case), false if not.
*
* @return \Joomla\CMS\Form\Form a Form object on success, false on failure
* @return \Joomla\CMS\Form\Form A Form object on success, false on failure
*
* @since 1.6
*/
Expand Down

0 comments on commit a23ff00

Please sign in to comment.