1
0
mirror of synced 2024-11-24 06:16:27 +03:00

Merge pull request #25 from gwinn/master

minor fixes
This commit is contained in:
Alex Lushpai 2016-08-10 00:39:28 +03:00 committed by GitHub
commit 64c24fab33

View File

@ -1,32 +1,27 @@
extensions: extensions:
- php - php
source: source:
- lib - lib
exclude: exclude:
- tests/ - tests/
- vendor/ - vendor/
- bin/ - bin/
- docs/ - docs/
charset: charset:
- auto - auto
- UTF-8 - UTF-8
- Windows-1251 - Windows-1251
title: retailCRM PHP API client title: retailCRM PHP API client
templateTheme: bootstrap templateTheme: bootstrap
groups: auto groups: auto
autocomplete:
- classes
- constants
- methods
- classconstants
accessLevels: accessLevels:
- public - public
internal: true internal: true
php: false php: false
tree: true tree: true