From 4cf79b3ace18acc95bc510428958e349e3fcfa42 Mon Sep 17 00:00:00 2001 From: Tyler Antonio <contact@tanton.io> Date: Wed, 8 Apr 2015 11:08:23 -0600 Subject: [PATCH] Added newline at end of the file --- bin/importPdoMetadata.php | 2 +- bin/initMDSPdo.php | 2 +- lib/SimpleSAML/Metadata/MetaDataStorageHandlerPdo.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/importPdoMetadata.php b/bin/importPdoMetadata.php index 70c690613..746637846 100755 --- a/bin/importPdoMetadata.php +++ b/bin/importPdoMetadata.php @@ -22,4 +22,4 @@ foreach ($config['metadata.sources'] as $s) { } } } -} \ No newline at end of file +} diff --git a/bin/initMDSPdo.php b/bin/initMDSPdo.php index 485eeed22..e1e1bd888 100755 --- a/bin/initMDSPdo.php +++ b/bin/initMDSPdo.php @@ -24,4 +24,4 @@ foreach ($config['metadata.sources'] as $source) { echo "Successfully initialized metadata database.". PHP_EOL; } } -} \ No newline at end of file +} diff --git a/lib/SimpleSAML/Metadata/MetaDataStorageHandlerPdo.php b/lib/SimpleSAML/Metadata/MetaDataStorageHandlerPdo.php index 89c5def97..b5288aa9a 100644 --- a/lib/SimpleSAML/Metadata/MetaDataStorageHandlerPdo.php +++ b/lib/SimpleSAML/Metadata/MetaDataStorageHandlerPdo.php @@ -236,4 +236,4 @@ class SimpleSAML_Metadata_MetaDataStorageHandlerPdo extends SimpleSAML_Metadata_ } } -} \ No newline at end of file +} -- GitLab