-
Notifications
You must be signed in to change notification settings - Fork 22
Curved bracket missing in example #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…que schema in collections
Codecov Report
@@ Coverage Diff @@
## master #3 +/- ##
=========================================
Coverage ? 76.89%
Complexity ? 142
=========================================
Files ? 13
Lines ? 329
Branches ? 0
=========================================
Hits ? 253
Misses ? 76
Partials ? 0
Continue to review full report at Codecov.
|
|
Oh wow. you have been working on this? It's been so long since I wrote it. |
|
:D yeah I tried but the json was too complex. I appreciate your work ;) |
|
You made a ton of changes it seems. They all look like they were from last year. Can you describe a little bit about what you were doing and how it changes the application? They all looked okay, but there are enough that I'd like to be sure of what your direction is. |
|
I dont make any change :) |
|
yes yes you are right. i messaged the author of those changes. I didn't realize until i looked in deeper. I'll see if I can line things up a little and get this PR merged in. I just need to know what direction he was taking things. |
|
Hello there. Yes I wrote those changes to make it work on newer PHP version I think. Truly I don't remember why exactly I'd done all these changes, but I guess it was because the json-schema output did not fit my needs, or maybe the configuration was not enough for my usage. |
[support-sf-5]
Feature/support sf 5
There is an error in your example:
$output = JSONSchemaGenerator\Generator::fromJson('{"a":{"b":2}');
One curved bracket is missing.
$output = JSONSchemaGenerator\Generator::fromJson('{"a":{"b":2}}');