Skip to content

Commit

Permalink
Remove overridden methods with exact same parent (#35084)
Browse files Browse the repository at this point in the history
Removes 2 overriden class methods where the overridden code is exactly the same, with no visibility, parameter, or return type differences.

 - `\Illuminate\Database\Console\Migrations\MigrateMakeCommand::usingRealPath` is identical to the parent `\Illuminate\Database\Console\Migrations\BaseCommand::usingRealPath`.
 - `\Illuminate\Database\Eloquent\Relations\MorphTo::disassociate` is identical to the parent `\Illuminate\Database\Eloquent\Relations\BelongsTo::disassociate`.

Similar code in fakes or mixins are not removed.
  • Loading branch information
Ayesh authored Nov 4, 2020
1 parent 5703736 commit c34aa28
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit c34aa28

Please sign in to comment.