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

dentation: tab -> 8 chars

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