Skip to content

Commit 5264544

Browse files
author
Kyra Farrow
committed
Fix inconsistent return points.
1 parent 31011e1 commit 5264544

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Response/CurlResponse.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ public function __construct(CurlClientState $multi, $ch, array $options = null,
100100

101101
return 1; // Abort the request
102102
}
103+
104+
return null;
103105
});
104106
}
105107

0 commit comments

Comments
 (0)