cakephp-twitter icon indicating copy to clipboard operation
cakephp-twitter copied to clipboard

Fix for CakePHP 3.5.x

Open markholt opened this issue 8 years ago • 1 comments

I've popped in a change for the latest version of CakePHP - 3.5.x. to remove the strict warnings.

markholt avatar Nov 22 '17 11:11 markholt

Your stickler.yml configuration file could not be parsed. We got the following error:

while parsing a block mapping
  in "<string>", line 3, column 5:
        standard: CakePHP
        ^
expected <block end>, but found '<scalar>'
  in "<string>", line 4, column 29:
        extensions: '.php,.ctp' branches:
                                ^

stickler-ci avatar Nov 22 '17 11:11 stickler-ci