Test Failed
Branch master (4a3c5b)
by Greg
12:31
created
app/Helpers/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * You should have received a copy of the GNU General Public License
14 14
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 15
  */
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 use Fisharebest\Webtrees\Filter;
19 19
 use Fisharebest\Webtrees\Html;
Please login to merge, or discard this patch.
app/Http/Controllers/EditController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * You should have received a copy of the GNU General Public License
14 14
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 15
  */
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Fisharebest\Webtrees\Http\Controllers;
19 19
 
Please login to merge, or discard this patch.
admin_media.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -174,9 +174,9 @@
 block discarded – undo
174 174
 
175 175
 		$data = [];
176 176
 		foreach ($rows as $row) {
177
-			$media  = Media::getInstance($row->xref, Tree::findById($row->gedcom_id), $row->gedcom);
177
+			$media = Media::getInstance($row->xref, Tree::findById($row->gedcom_id), $row->gedcom);
178 178
 			$media_files = $media->mediaFiles();
179
-			$media_files = array_map(function(MediaFile $media_file) {
179
+			$media_files = array_map(function (MediaFile $media_file) {
180 180
 				return $media_file->displayImage(150, 150, '', []);
181 181
 			}, $media_files);
182 182
 			$data[] = [
Please login to merge, or discard this patch.
app/Module/ModuleBlockInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * You should have received a copy of the GNU General Public License
14 14
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 15
  */
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Fisharebest\Webtrees\Module;
19 19
 
Please login to merge, or discard this patch.
app/Http/Controllers/SetupController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * You should have received a copy of the GNU General Public License
14 14
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 15
  */
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Fisharebest\Webtrees\Http\Controllers;
19 19
 
Please login to merge, or discard this patch.
app/Http/Controllers/MediaController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * You should have received a copy of the GNU General Public License
14 14
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 15
  */
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Fisharebest\Webtrees\Http\Controllers;
19 19
 
Please login to merge, or discard this patch.
app/Http/Controllers/AdminController.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
  * You should have received a copy of the GNU General Public License
14 14
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 15
  */
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Fisharebest\Webtrees\Http\Controllers;
19 19
 
@@ -726,7 +726,7 @@  discard block
 block discarded – undo
726 726
 	 * @return Response
727 727
 	 */
728 728
 	public function changesLogData(Request $request): Response {
729
-		list($select, , $where, $args1) = $this->changesQuery($request);
729
+		list($select,, $where, $args1) = $this->changesQuery($request);
730 730
 		list($order_by, $limit, $args2) = $this->dataTablesPagination($request);
731 731
 
732 732
 		$rows = Database::prepare(
@@ -800,7 +800,7 @@  discard block
 block discarded – undo
800 800
 	 * @return Response
801 801
 	 */
802 802
 	public function changesLogDownload(Request $request): Response {
803
-		list($select, , $where, $args) = $this->changesQuery($request);
803
+		list($select,, $where, $args) = $this->changesQuery($request);
804 804
 
805 805
 		$rows = Database::prepare($select . $where)->execute($args)->fetchAll();
806 806
 
Please login to merge, or discard this patch.
app/Http/Controllers/BaseController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * You should have received a copy of the GNU General Public License
14 14
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 15
  */
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Fisharebest\Webtrees\Http\Controllers;
19 19
 
Please login to merge, or discard this patch.
app/User.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * You should have received a copy of the GNU General Public License
14 14
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 15
  */
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Fisharebest\Webtrees;
19 19
 
Please login to merge, or discard this patch.