Skip to content
Snippets Groups Projects
Commit ce4b7297 authored by Ere Maijala's avatar Ere Maijala
Browse files

Fixed the indentation of a couple of member variable declarations.

parent b4948eb3
No related merge requests found
......@@ -71,7 +71,7 @@ class MultiBackend extends AbstractBase
*
* @var object[]
*/
protected $cache = [];
protected $cache = [];
/**
* The array of booleans letting us know if a
......@@ -79,7 +79,7 @@ class MultiBackend extends AbstractBase
*
* @var boolean[]
*/
protected $isInitialized = [];
protected $isInitialized = [];
/**
* The array of driver configuration options.
......
......@@ -52,7 +52,7 @@ abstract class EdsApi_REST_Base
*
* @var string
*/
protected $edsApiHost = 'http://eds-api.ebscohost.com/edsapi/rest';
protected $edsApiHost = 'http://eds-api.ebscohost.com/edsapi/rest';
/**
* Auth host
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment