From a8cd07fcd78970e512d5bd7eee7d520dfbf266d5 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 26 Feb 2020 10:00:57 -0500
Subject: [PATCH] php-cs-fixer

---
 .../src/VuFindTest/ILS/Driver/PAIATest.php           |  2 +-
 .../Search/Primo/PrimoPermissionHandlerTest.php      | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/PAIATest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/PAIATest.php
index 9ce01eae39f..1ce1ae16bbd 100644
--- a/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/PAIATest.php
+++ b/module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/PAIATest.php
@@ -319,7 +319,7 @@ class PAIATest extends \VuFindTest\Unit\ILSDriverTestCase
     ];
 
     /*******************
-     * Test cases 
+     * Test cases
      ***************/
     /*
      ok changePassword
diff --git a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Primo/PrimoPermissionHandlerTest.php b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Primo/PrimoPermissionHandlerTest.php
index a0e60645a06..099ea7df6af 100644
--- a/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Primo/PrimoPermissionHandlerTest.php
+++ b/module/VuFind/tests/unit-tests/src/VuFindTest/Search/Primo/PrimoPermissionHandlerTest.php
@@ -374,7 +374,7 @@ class PrimoPermissionHandlerTest extends TestCase
     }
 
     /*****************
-     * Tests with configuration without default 
+     * Tests with configuration without default
      ************/
 
     /**
@@ -534,7 +534,7 @@ class PrimoPermissionHandlerTest extends TestCase
     }
 
     /*****************
-     * Tests with configuration with default and onCampusRule for default 
+     * Tests with configuration with default and onCampusRule for default
      ************/
 
     /**
@@ -656,7 +656,7 @@ class PrimoPermissionHandlerTest extends TestCase
     }
 
     /*****************
-     * Tests with configuration with one member and onCampusRule 
+     * Tests with configuration with one member and onCampusRule
      ************/
 
     /**
@@ -786,7 +786,7 @@ class PrimoPermissionHandlerTest extends TestCase
     }
 
     /*****************
-     * Tests with configuration with one member and onCampusRule 
+     * Tests with configuration with one member and onCampusRule
      ************/
 
     /**
@@ -888,7 +888,7 @@ class PrimoPermissionHandlerTest extends TestCase
     }
 
     /*****************
-     * Tests with configuration with default only (no default onCampusRule) 
+     * Tests with configuration with default only (no default onCampusRule)
      ************/
 
     /**
@@ -930,7 +930,7 @@ class PrimoPermissionHandlerTest extends TestCase
     }
 
     /*****************
-     * Callback helper functions    
+     * Callback helper functions
      ************/
 
     /**
-- 
GitLab