Why is this an issue?

Pragma protect keywords expecting string values should be set with string values.

How to fix it

Code examples

Noncompliant code example

`pragma protect author=3

Compliant solution

`pragma protect author="toto"