Completed
Branch master (1afb45)
by Timothy
04:13
created
src/Aviat/Ion/Cache/Driver/SQLDriver.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 /**
20 20
  * Driver for caching via a traditional SQL database
21 21
  */
22
-class SQLDriver extends DB implements \Aviat\Ion\Cache\CacheDriverInterface  {
22
+class SQLDriver extends DB implements \Aviat\Ion\Cache\CacheDriverInterface {
23 23
 
24 24
 	/**
25 25
 	 * The query builder object
Please login to merge, or discard this patch.
src/Aviat/AnimeClient/Dispatcher.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -273,7 +273,8 @@
 block discarded – undo
273 273
 
274 274
 		$params = [];
275 275
 
276
-		switch($failure->failedRule) {
276
+		switch($failure->failedRule)
277
+		{
277 278
 			case 'Aura\Router\Rule\Alows':
278 279
 				$params = [
279 280
 					'http_code' => 405,
Please login to merge, or discard this patch.
src/Aviat/Ion/Json.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,8 +70,8 @@
 block discarded – undo
70 70
 	 *
71 71
 	 * @param string $filename
72 72
 	 * @param bool $assoc
73
- 	 * @param int $depth
74
- 	 * @param int $options
73
+	 * @param int $depth
74
+	 * @param int $options
75 75
 	 * @return mixed
76 76
 	 */
77 77
 	public static function decodeFile($filename, $assoc = TRUE, $depth = 512, $options = 0)
Please login to merge, or discard this patch.