Skip to content
Snippets Groups Projects
Select Git revision
  • 71e0f62730ccc1bcc4116e999e6359d8675d04ba
  • master default protected
  • devel
  • feature/add-escaping-to-templates
  • feature/add-priority-sorting
  • 3.3.0
  • 3.2.1
  • 3.2.0
  • 3.1.0
  • 3.0.0
  • 2.4.12
  • 2.4.11
  • 2.4.10
  • 2.4.9
  • 2.4.8
  • 2.4.7
  • 2.4.6
  • 2.4.5
  • 2.4.4
  • 2.4.2
  • 2.4.1
  • 2.4.0
  • 2.3.2
  • 2.3.1
  • 2.3
25 results

FieldPersistenceStrategy.php

Blame
  • composer.json 698 B
    {
    	"name": "wpdesk/phpstan-rules",
    	"description": "Meta package with PHPStan configuration for WP Desk projects",
    	"type": "phpstan-extension",
    	"require": {
    		"phpstan/phpstan": "^1.10 || ^2",
    		"phpstan/extension-installer": "^1.3",
    		"szepeviktor/phpstan-wordpress": "^1.3 || ^2",
    		"phpstan/phpstan-deprecation-rules": "^1.1 || ^2",
    		"php-stubs/woocommerce-stubs": "*",
    		"phpstan/phpstan-strict-rules": "^1.5 || ^2"
    	},
    	"license": "MIT",
    	"authors": [
    		{
    			"name": "Bart Jaskulski",
    			"email": "bjaskulski@protonmail.com"
    		}
    	],
    	"config": {
    		"allow-plugins": {
    			"phpstan/extension-installer": false
    		}
    	},
    	"extra": {
    		"phpstan": {
    			"includes": [
    				"rules.neon"
    			]
    		}
    	}
    }