mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Add newline to files
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* BelongsUserTest.php
|
||||
* Copyright (c) 2019 thegrumpydictator@gmail.com
|
||||
@@ -346,4 +347,4 @@ class BelongsUserTest extends TestCase
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* IsAssetAccountIdTest.php
|
||||
* Copyright (c) 2019 thegrumpydictator@gmail.com
|
||||
@@ -83,4 +84,4 @@ class IsAssetAccountIdTest extends TestCase
|
||||
$this->assertFalse($engine->passes($attribute, $value));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* IsBooleanTest.php
|
||||
* Copyright (c) 2019 thegrumpydictator@gmail.com
|
||||
@@ -78,4 +79,4 @@ class IsBooleanTest extends TestCase
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* IsDateOrTimeTest.php
|
||||
* Copyright (c) 2019 thegrumpydictator@gmail.com
|
||||
@@ -74,4 +75,4 @@ class IsDateOrTimeTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* IsValidAttachmentModelTest.php
|
||||
* Copyright (c) 2019 thegrumpydictator@gmail.com
|
||||
@@ -165,4 +166,4 @@ class IsValidAttachmentModelTest extends TestCase
|
||||
$this->assertFalse($engine->passes($attribute, $value));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* UniqueIbanTest.php
|
||||
* Copyright (c) 2019 thegrumpydictator@gmail.com
|
||||
@@ -150,4 +151,4 @@ class UniqueIbanTest extends TestCase
|
||||
$revenue->save();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user