Skip to content

Commit 7abfdba

Browse files
committed
Changed value case to follow PSR recommendations
1 parent fb28545 commit 7abfdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoapSource.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function close() {
152152
*
153153
* @return array List of SOAP methods
154154
*/
155-
public function listSources($data = NULL) {
155+
public function listSources($data = null) {
156156
return $this->client->__getFunctions();
157157
}
158158

0 commit comments

Comments
 (0)