From a22425e8c781c1b5e8a3707ea67736673d6bc797 Mon Sep 17 00:00:00 2001
From: Camil Staps
Date: Sun, 15 Feb 2015 10:15:59 +0100
Subject: Updated makefile, removed docs (users can compile it themselves if
they want)
---
docs/reports/errors.html | 577 -----------------------------------------------
1 file changed, 577 deletions(-)
delete mode 100644 docs/reports/errors.html
(limited to 'docs/reports/errors.html')
diff --git a/docs/reports/errors.html b/docs/reports/errors.html
deleted file mode 100644
index 8ac39a4..0000000
--- a/docs/reports/errors.html
+++ /dev/null
@@ -1,577 +0,0 @@
-
-
-
-
-
- » Compilation errors
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - \
- - Compilation Errors
-
-
-
-
-
-
-
- file.class.php
- 1
-
-
-
-
-
- Type |
- Line |
- Description |
-
-
-
-
- error |
- 44 |
- Argument $pdo is missing from the Docblock of __construct |
-
-
-
-
-
-
-
-
-
- correspondence.class.php
- 5
-
-
-
-
-
- Type |
- Line |
- Description |
-
-
-
-
- error |
- 0 |
- No summary was found for this file |
-
-
- error |
- 115 |
- Argument $key is missing from the Docblock of _ |
-
-
- error |
- 128 |
- Argument $orientation is missing from the Docblock of __construct |
-
-
- error |
- 142 |
- Argument $lang is missing from the Docblock of SetLangauge |
-
-
- error |
- 156 |
- Argument $contact is missing from the Docblock of SetContact |
-
-
-
-
-
-
-
-
-
- client.class.php
- 3
-
-
-
-
-
- Type |
- Line |
- Description |
-
-
-
-
- error |
- 44 |
- Argument $pdo is missing from the Docblock of __construct |
-
-
- error |
- 89 |
- Argument $name is missing from the Docblock of setName |
-
-
- error |
- 176 |
- Argument $name is missing from the Docblock of createContact |
-
-
-
-
-
-
-
-
-
- assignment.class.php
- 8
-
-
-
-
-
- Type |
- Line |
- Description |
-
-
-
-
- error |
- 53 |
- Argument $pdo is missing from the Docblock of __construct |
-
-
- error |
- 121 |
- Argument $title is missing from the Docblock of setTitle |
-
-
- error |
- 139 |
- Argument $parseMarkdown is missing from the Docblock of getDescription |
-
-
- error |
- 157 |
- Argument $description is missing from the Docblock of setDescription |
-
-
- error |
- 186 |
- Argument $hours is missing from the Docblock of setHours |
-
-
- error |
- 215 |
- Argument $price_per_hour is missing from the Docblock of setPricePerHour |
-
-
- error |
- 244 |
- Argument $vat is missing from the Docblock of setVAT |
-
-
- error |
- 276 |
- Argument $what is missing from the Docblock of calculate |
-
-
-
-
-
-
-
-
-
- response.class.php
- 5
-
-
-
-
-
- Type |
- Line |
- Description |
-
-
-
-
- error |
- 47 |
- Argument $name is missing from the Docblock of __set |
-
-
- error |
- 58 |
- Argument $name is missing from the Docblock of __get |
-
-
- error |
- 69 |
- Argument $name is missing from the Docblock of __isset |
-
-
- error |
- 78 |
- Argument $name is missing from the Docblock of __unset |
-
-
- error |
- 91 |
- Argument $code is missing from the Docblock of http_response_code |
-
-
-
-
-
-
-
-
-
- contact.class.php
- 9
-
-
-
-
-
- Type |
- Line |
- Description |
-
-
-
-
- error |
- 52 |
- Argument $pdo is missing from the Docblock of __construct |
-
-
- error |
- 123 |
- Argument $name is missing from the Docblock of setName |
-
-
- error |
- 152 |
- Argument $email is missing from the Docblock of setEmail |
-
-
- error |
- 181 |
- Argument $address is missing from the Docblock of setAddress |
-
-
- error |
- 210 |
- Argument $address_2 is missing from the Docblock of setAddress_2 |
-
-
- error |
- 239 |
- Argument $postal_code is missing from the Docblock of setPostalCode |
-
-
- error |
- 268 |
- Argument $city is missing from the Docblock of setCity |
-
-
- error |
- 297 |
- Argument $country is missing from the Docblock of setCountry |
-
-
- error |
- 326 |
- Argument $language is missing from the Docblock of setLanguage |
-
-
-
-
-
-
-
-
-
- BusinessAdmin.class.php
- 11
-
-
-
-
-
- Type |
- Line |
- Description |
-
-
-
-
- error |
- 43 |
- Argument $pdo is missing from the Docblock of getClientIds |
-
-
- error |
- 63 |
- Argument $pdo is missing from the Docblock of getClients |
-
-
- error |
- 83 |
- Argument $pdo is missing from the Docblock of getContactIds |
-
-
- error |
- 103 |
- Argument $pdo is missing from the Docblock of getContacts |
-
-
- error |
- 124 |
- Argument $pdo is missing from the Docblock of getOfferIds |
-
-
- error |
- 145 |
- Argument $pdo is missing from the Docblock of getOffers |
-
-
- error |
- 165 |
- Argument $pdo is missing from the Docblock of getAssignmentIds |
-
-
- error |
- 185 |
- Argument $pdo is missing from the Docblock of getAssignments |
-
-
- error |
- 208 |
- Argument $pdo is missing from the Docblock of createClient |
-
-
- error |
- 229 |
- Argument $pdo is missing from the Docblock of createFile |
-
-
- error |
- 262 |
- Argument $timestamp is missing from the Docblock of formatDate |
-
-
-
-
-
-
-
-
-
- offer.class.php
- 8
-
-
-
-
-
- Type |
- Line |
- Description |
-
-
-
-
- error |
- 56 |
- Argument $pdo is missing from the Docblock of __construct |
-
-
- error |
- 165 |
- Argument $start_date is missing from the Docblock of setStartDate |
-
-
- error |
- 194 |
- Argument $end_date is missing from the Docblock of setEndDate |
-
-
- error |
- 223 |
- Argument $invoice_date is missing from the Docblock of setInvoiceDate |
-
-
- error |
- 252 |
- Argument $payment_received is missing from the Docblock of setPaymentReceived |
-
-
- error |
- 326 |
- Argument $invoice_fileId is missing from the Docblock of setInvoiceFileId |
-
-
- error |
- 358 |
- Argument $what is missing from the Docblock of calculate |
-
-
- error |
- 419 |
- Argument $title is missing from the Docblock of createAssignment |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
--
cgit v1.2.3