cms icon indicating copy to clipboard operation
cms copied to clipboard

Enable Rector php 8.0 set

Open samsonasik opened this issue 1 year ago • 6 comments

Description

Applied changes:

  • use str_contains/str_starts_with/str_ends_with
  • use static::class over get_class($this)
  • remove unused variable cactch on try catch
  • use $object::class over get_class($object)
  • apply constructor promotion
  • make implements \Stringable with __toString() method class.

Related issues

samsonasik avatar Feb 16 '25 09:02 samsonasik

Ready to merge 👍

samsonasik avatar Feb 16 '25 09:02 samsonasik

@brandonkelly Ready to merge 👍

samsonasik avatar Feb 20 '25 11:02 samsonasik

@brandonkelly Ready to merge 👍

samsonasik avatar Feb 20 '25 19:02 samsonasik

@brandonkelly Ready to merge 👍

samsonasik avatar Feb 20 '25 20:02 samsonasik

@brandonkelly Ready to merge 👍

samsonasik avatar Feb 21 '25 06:02 samsonasik

@brandonkelly Ready to merge 👍

samsonasik avatar Mar 01 '25 05:03 samsonasik