PHP Classes

File: .scrutinizer.yml

Recommend this page to a friend!
  Classes of Lucas de Oliveira   PHP Array Keys Case Transform   .scrutinizer.yml   Download  
File: .scrutinizer.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Array Keys Case Transform
Transform an array to change the case of the keys
Author: By
Last change:
Date: 6 years ago
Size: 299 bytes
 

Contents

Class file image Download
before_commands: - "composer install --no-dev --prefer-source" build: tests: override: - command: 'vendor/bin/phpunit --coverage-clover=coverage.xml' coverage: file: 'coverage.xml' format: 'clover'