We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae5b4c commit 6fb500dCopy full SHA for 6fb500d
src/AbraFlexi/Changes.php
@@ -31,7 +31,7 @@ class Changes extends RO
31
*
32
* @return bool
33
*/
34
- public function enable(): true
+ public function enable(): bool
35
{
36
$this->performRequest('enable.xml', 'POST', 'xml');
37
@@ -44,7 +44,7 @@ public function enable(): true
44
45
46
47
- public function disable()
+ public function disable(): bool
48
49
$this->performRequest('disable.xml', 'POST', 'xml');
50
@@ -68,7 +68,7 @@ public function getStatus(): bool
68
69
* @return bool Method is disabled for Changes
70
71
- public function recordExists($data = null): bool
+ public function recordExists($data): bool
72
73
return false;
74
}
0 commit comments