Skip to content

Commit 9bb1e7e

Browse files
Merge pull request #685 from nextcloud/dependabot/composer/guzzlehttp/guzzle-7.3.0
Bump guzzlehttp/guzzle from 7.2.0 to 7.3.0
2 parents 3d98cf5 + 8a69e47 commit 9bb1e7e

48 files changed

Lines changed: 1638 additions & 2224 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.lock

Lines changed: 21 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer/ClassLoader.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ public function unregister()
338338
* Loads the given class or interface.
339339
*
340340
* @param string $class The name of the class
341-
* @return bool|null True if loaded, null otherwise
341+
* @return true|null True if loaded, null otherwise
342342
*/
343343
public function loadClass($class)
344344
{
@@ -347,6 +347,8 @@ public function loadClass($class)
347347

348348
return true;
349349
}
350+
351+
return null;
350352
}
351353

352354
/**

0 commit comments

Comments
 (0)