8000 Wrap long code line · olayakout/codebird-php@9c621af · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c621af

Browse files
committed
Wrap long code line
1 parent 831d97a commit 9c621af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/codebird.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1700,7 +1700,9 @@ protected function _getMultipartRequestFromParams($method_template, $border, $pa
17001700
* @return mixed
17011701
*/
17021702
protected function _checkForFiles($method_template, $key, $value) {
1703-
if (!array_key_exists($method_template, self::$_possible_files) || !in_array($key, self::$_possible_files[$method_template])) {
1703+
if (!array_key_exists($method_template, self::$_possible_files)
1704+
|| !in_array($key, self::$_possible_files[$method_template])
1705+
) {
17041706
return false;
17051707
}
17061708
$data = $this->_buildBinaryBody($value);

0 commit comments

Comments
 (0)
0