HTTP/2 200
date: Wed, 15 Oct 2025 06:42:09 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
server: BunnyCDN-SG1-749
cdn-pullzone: 3535225
cdn-uid: 2efa5d34-cde8-4206-b9f5-369d84a45719
cdn-requestcountrycode: IN
cache-control: must-revalidate, max-age=0, private
expires: Wed, 15 Oct 2025 06:42:09 GMT
set-cookie: packagist=83180116c46d1a1f2c8fa413accc4191; expires=Wed, 15 Oct 2025 07:42:09 GMT; Max-Age=3600; path=/; secure; httponly; samesite=lax
strict-transport-security: max-age=31104000
x-frame-options: DENY
content-security-policy: default-src 'self'; base-uri 'none'; block-all-mixed-content; connect-src 'self' https://*.algolia.net https://*.algolianet.com; frame-src https://www.google.com/recaptcha/; img-src 'self' https: data:; object-src 'none'; script-src 'unsafe-eval' https://www.gstatic.com/recaptcha/ 'strict-dynamic' 'unsafe-inline' 'nonce-DjyeY5oyoU15EUaGITkLFw=='; style-src 'self' 'unsafe-inline'
x-content-security-policy: default-src 'self'; base-uri 'none'; block-all-mixed-content; connect-src 'self' https://*.algolia.net https://*.algolianet.com; frame-src https://www.google.com/recaptcha/; img-src 'self' https: data:; object-src 'none'; script-src 'unsafe-eval' https://www.gstatic.com/recaptcha/ 'strict-dynamic' 'unsafe-inline' 'nonce-DjyeY5oyoU15EUaGITkLFw=='; style-src 'self' 'unsafe-inline'
x-xss-protection: 1; mode=block
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
cdn-proxyver: 1.38
cdn-requestpullsuccess: True
cdn-requestpullcode: 200
cdn-cachedat: 10/15/2025 06:42:09
cdn-edgestorageid: 869
cdn-requestid: 73706347e19ff9870f033429e994bbc8
cdn-cache: MISS
cdn-status: 200
cdn-requesttime: 0
content-encoding: gzip
instaclick/coding-standard - Packagist
Search by
1.1.2
2020-05-08 15:12 UTC
This package is not auto-updated.
Last update: 2025-10-11 19:21:27 UTC
README
A code standard to check against Instaclick's coding standard that extends:
Sniffs
Instaclick.Formatting.BlankLineBeforeIfSniff
- Add a blank line before if statements, unless the if is alone inside a statement-group.