File Manager Lite
Dir:
/home/u540325668/domains/sostabazar.in/public_html/websites/store/vendor/ircmaxell/random-lib
Upload
[..]
Makefile (317 B)
Edit
Rename
Del
lib/
Rename
Del
Edit: Makefile
.PHONY: all all: build .PHONY: build build: lint cs test lintfiles := $(shell find lib test -type f -iname '*.php') .PHONY: ${lintfiles} ${lintfiles}: php -l $@ .PHONY: lint lint: $(lintfiles) .PHONY: cs cs: vendor/bin/php-cs-fixer --quiet --no-interaction fix; true .PHONY: test test: vendor/bin/phpunit
Simpan