mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 03:38:52 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -1195,7 +1195,7 @@ class Movie
|
||||
{
|
||||
//If we found a year, try looking in a 4 year range.
|
||||
$check = MovieInfo::query()
|
||||
->where('title', 'LIKE', '%'.$this->currentTitle.'%' );
|
||||
->where('title', 'LIKE', '%'.$this->currentTitle.'%');
|
||||
|
||||
if ($this->currentYear !== false) {
|
||||
$start = Carbon::parse($this->currentYear)->subYears(2)->year;
|
||||
|
||||
Reference in New Issue
Block a user