Spaces over tabs
This commit is contained in:
		@@ -16,7 +16,7 @@ pipeline:
 | 
				
			|||||||
    image: php
 | 
					    image: php
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
    - ./vendor/bin/phpmd src text  cleancode,codesize,controversial,design,naming,unusedcode
 | 
					    - ./vendor/bin/phpmd src text  cleancode,codesize,controversial,design,naming,unusedcode
 | 
				
			||||||
	  - ./vendor/bin/phpstan analyze --level=7  src/ backup
 | 
					    - ./vendor/bin/phpstan analyze --level=7  src/ backup
 | 
				
			||||||
    - ./vendor/bin/psalm
 | 
					    - ./vendor/bin/psalm
 | 
				
			||||||
  	- ./vendor/bin/phpcs src
 | 
					    - ./vendor/bin/phpcs src
 | 
				
			||||||
    failure: ignore
 | 
					    failure: ignore
 | 
				
			||||||
		Reference in New Issue
	
	Block a user