PHP Classes

File: .vscode/coverage.code-snippets

Recommend this page to a friend!
  Classes of Rodolfo Berrios Arce   Var-Dump   .vscode/coverage.code-snippets   Download  
File: .vscode/coverage.code-snippets
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Var-Dump
Show the value of a variable in colored way
Author: By
Last change:
Date: 18 days ago
Size: 789 bytes
 

Contents

Class file image Download
{ "coverage-ignore": { "description": "Code coverage ignore tag", "prefix": "cov-ignore", "body": [ "@codeCoverageIgnore" ] }, "coverage-ignore-start": { "description": "Code coverage ignore start tag", "prefix": "cov-ignore-start", "body": [ "@codeCoverageIgnoreStart" ] }, "coverage-ignore-end": { "description": "Code coverage ignore end tag", "prefix": "cov-ignore-end", "body": [ "@codeCoverageIgnoreEnd" ] }, "coverage-infection-ignore-all": { "description": "Comment infection ignore all", "prefix": "comment-infection-ignore-all", "body": [ "@infection-ignore-all.", ] }, }