Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SubversionPropertiesSniff.php

SubversionPropertiesSniff::$properties

The Subversion properties that should be set.

Key of array is the SVN property and the value is the exact value the property should have or NULL if the property should just be set but the value is not fixed.

Type: array

File

vendor/squizlabs/php_codesniffer/src/Standards/Generic/Sniffs/VersionControl/SubversionPropertiesSniff.php, line 28

Class

SubversionPropertiesSniff

Namespace

PHP_CodeSniffer\Standards\Generic\Sniffs\VersionControl

Code

protected $properties = [
    'svn:keywords' => 'Author Id Revision',
    'svn:eol-style' => 'native',
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal