PluginProbe ʕ •ᴥ•ʔ
ShareThis Dashboard for Google Analytics / trunk
ShareThis Dashboard for Google Analytics vtrunk
3.3.2 trunk 1.0.7 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.5 2.3.5 2.3.6 2.3.7 2.3.8 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 3.0.0 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.3.0 3.3.1
googleanalytics / lib / analytics-admin / vendor / paragonie / random_compat / psalm.xml
googleanalytics / lib / analytics-admin / vendor / paragonie / random_compat Last commit date
dist 3 years ago lib 3 years ago other 3 years ago LICENSE 3 years ago build-phar.sh 3 years ago composer.json 3 years ago psalm-autoload.php 3 years ago psalm.xml 3 years ago
psalm.xml
20 lines
1 <?xml version="1.0"?>
2 <psalm
3 autoloader="psalm-autoload.php"
4 stopOnFirstError="false"
5 useDocblockTypes="true"
6 >
7 <projectFiles>
8 <directory name="lib" />
9 </projectFiles>
10 <issueHandlers>
11 <RedundantConditionGivenDocblockType errorLevel="info" />
12 <UnresolvableInclude errorLevel="info" />
13 <DuplicateClass errorLevel="info" />
14 <InvalidOperand errorLevel="info" />
15 <UndefinedConstant errorLevel="info" />
16 <MissingReturnType errorLevel="info" />
17 <InvalidReturnType errorLevel="info" />
18 </issueHandlers>
19 </psalm>
20