Fix @throws tag with wrong class name
This commit is contained in:
parent
53745a3e07
commit
fe0ce3f57d
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class CRM_Twingle_Profile {
|
||||||
* @param string $attribute_name
|
* @param string $attribute_name
|
||||||
* @param mixed $value
|
* @param mixed $value
|
||||||
*
|
*
|
||||||
* @throws \CRM_Twingle_Exceptions_ProfileException
|
* @throws \Civi\Twingle\Exceptions\ProfileException
|
||||||
* When the attribute name is not known.
|
* When the attribute name is not known.
|
||||||
*/
|
*/
|
||||||
public function setAttribute($attribute_name, $value) {
|
public function setAttribute($attribute_name, $value) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue