Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

dealroadshow/util-old

 
 

Repository files navigation

Release notes

v0.3.6

Bug fixes

  • Fixed namespaces in files:
    • util/lib/Map/MutableArrayMap.php
    • util/lib/Map/MapBuilder.php

Static analyzer (psalm)

# Analyzing the current code, ignoring known errors from psalm-baseline.xml
./vendor/vimeo/psalm/psalm --use-baseline=psalm-baseline.xml --no-cache --no-diff

# Adding new errors to the exception list psalm-baseline.xml
./vendor/vimeo/psalm/psalm --set-baseline=psalm-baseline.xml --no-cache --no-diff

# Removing fixed errors from exception list psalm-baseline.xml
./vendor/vimeo/psalm/psalm --update-baseline --no-cache --no-diff

PHPUnit

# run phpunit test
./vendor/bin/phpunit

About

Granule Utils

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%