Skip to content
Snippets Groups Projects
Commit f267b925 authored by Emmanuel Dreyfus's avatar Emmanuel Dreyfus
Browse files

dentation: tab -> 8 chars

parent 7dc9d914
Branches
Tags
No related merge requests found
...@@ -168,8 +168,8 @@ class SimpleSAML_Metadata_MetaDataStorageHandlerPdo extends SimpleSAML_Metadata_ ...@@ -168,8 +168,8 @@ class SimpleSAML_Metadata_MetaDataStorageHandlerPdo extends SimpleSAML_Metadata_
while ($d = $stmt->fetch()) { while ($d = $stmt->fetch()) {
if (++$rowCount > 1) { if (++$rowCount > 1) {
SimpleSAML\Logger::warning("Dulicate match for $entityId in set $set"); SimpleSAML\Logger::warning("Dulicate match for $entityId in set $set");
break; break;
} }
$data = json_decode($d['entity_data'], true); $data = json_decode($d['entity_data'], true);
if ($data === null) { if ($data === null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment