Skip to content
Snippets Groups Projects
Commit f0fd1ff6 authored by jurgenhaas's avatar jurgenhaas
Browse files

Update local patch for grahl/ldap

parent 65794f99
Branches
Tags
1 merge request!51Merging develop into main
Pipeline #858548 passed
......@@ -237,7 +237,7 @@
"#3344199 Add event just once": "https://git.drupalcode.org/project/views_tree/-/merge_requests/12.diff"
},
"grahl/ldap": {
"Remove deprecation warnings": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/grahl-ldap.patch"
"#Local Remove deprecation warnings": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/grahl-ldap.patch"
},
"henrywhitaker3/healthchecks-io": {
"#76 Double slashes in URL": "https://patch-diff.githubusercontent.com/raw/henrywhitaker3/PHP-healthchecks.io/pull/77.diff"
......
......@@ -241,7 +241,7 @@
"#3344199 Add event just once": "https://git.drupalcode.org/project/views_tree/-/merge_requests/12.diff"
},
"grahl/ldap": {
"Remove deprecation warnings": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/grahl-ldap.patch"
"#Local Remove deprecation warnings": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/grahl-ldap.patch"
},
"henrywhitaker3/healthchecks-io": {
"#76 Double slashes in URL": "https://patch-diff.githubusercontent.com/raw/henrywhitaker3/PHP-healthchecks.io/pull/77.diff"
......
diff --git a/Adapter/ExtLdap/Collection.php b/Adapter/ExtLdap/Collection.php
index 5531a7c..880afd4 100644
--- a/Adapter/ExtLdap/Collection.php
+++ b/Adapter/ExtLdap/Collection.php (date 1683555859148)
@@ -45,7 +45,7 @@
+++ b/Adapter/ExtLdap/Collection.php
@@ -45,7 +45,7 @@ class Collection implements CollectionInterface
/**
* @return int
*/
- public function count():
- public function count()
+ public function count(): int
{
$con = $this->connection->getResource();
$searches = $this->search->getResources();
@@ -64,7 +64,7 @@
@@ -64,7 +64,7 @@ class Collection implements CollectionInterface
/**
* @return \Traversable
*/
......@@ -19,7 +20,7 @@ diff --git a/Adapter/ExtLdap/Collection.php b/Adapter/ExtLdap/Collection.php
{
if (0 === $this->count()) {
return;
@@ -90,28 +90,28 @@
@@ -90,28 +90,28 @@ class Collection implements CollectionInterface
/**
* @return bool
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment