yii2-db icon indicating copy to clipboard operation
yii2-db copied to clipboard

a bit of cleanup, a bit of improvement

Open eluhr opened this issue 6 years ago • 2 comments
trafficstars

  • Switched deprecated methods for new ones.
  • Removed unused widget attributes.
  • A bit of cleanup

eluhr avatar Mar 26 '19 09:03 eluhr

We also need to raise PHP min version in composer.json to 5.5 when using ::class

schmunk42 avatar Mar 28 '19 14:03 schmunk42

PHP min version must be raised to 7 due to the usage of the Null Coalescing Operator ??

handcode avatar Nov 12 '19 09:11 handcode