Skip to content

Commit 87edaea

Browse files
committed
Finished additional sweep for PSR standards.
1 parent 7e82913 commit 87edaea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ToolkitApi/CW/cw.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ function i5CpfError($errMsg = '', $errDesc = '')
133133
{
134134
// Shortcut (fewer params) when have an IBM i (AS400) code and message.
135135
i5ErrorActivity(I5_ERR_PHP_AS400_MESSAGE, I5_CAT_PHP, $errMsg, $errDesc);
136-
137136
}
138137

139138
/**
@@ -248,7 +247,6 @@ function i5_connect($host='localhost', $user='', $password='', $options=array())
248247
// The old toolkit returned an error.
249248
// We COULD duplicate that "error" behavior by checking for the existence of the number in advance,
250249
// but that might harm performance.
251-
252250
}
253251

254252
// check and handle I5_OPTIONS_IDLE_TIMEOUT
@@ -728,8 +726,6 @@ function i5_adopt_authority($user, $password, ToolkitServiceCw $connection)
728726
return true;
729727
}
730728

731-
// ERROR handling
732-
733729
/**
734730
* Get array of error information for most recent action. Both numeric and descriptive string indexes are provided.
735731
*

0 commit comments

Comments
 (0)