Add newlines and copyright notices.

This commit is contained in:
James Cole
2018-12-31 07:48:23 +01:00
parent 005e4ba4d1
commit 3e25d66902
113 changed files with 381 additions and 97 deletions

View File

@@ -104,4 +104,4 @@ class CallbackControllerTest extends TestCase
$response->assertStatus(200);
$response->assertSee('You Need A Budget did not reply with a valid authorization code. Firefly III cannot continue.');
}
}
}

View File

@@ -361,4 +361,4 @@ class RecurrenceControllerTest extends TestCase
$response->assertExactJson($expected);
}
}
}

View File

@@ -468,4 +468,4 @@ class CreateControllerTest extends TestCase
$response->assertStatus(302);
$response->assertSessionHas('success');
}
}
}

View File

@@ -80,4 +80,4 @@ class DeleteControllerTest extends TestCase
}
}
}

View File

@@ -146,4 +146,4 @@ class EditControllerTest extends TestCase
$response->assertSessionHas('success');
}
}
}

View File

@@ -126,4 +126,4 @@ class IndexControllerTest extends TestCase
}
}
}

View File

@@ -114,4 +114,4 @@ class CronControllerTest extends TestCase
}
}
}